#B6DF5B

Color #B6DF5B Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B6DF5B

Tints of Conifer #B6DF5B

Color information

#B6DF5B (or 0xB6DF5B) is unknown color: approx Conifer. HEX triplet: B6, DF and 5B. RGB value is (182,223,91). Sum of RGB (Red+Green+Blue) = 182+223+91=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 91 (35.94% from 255 or 18.35% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DF5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DF5B is #4920A4. Grayscale: #C4C4C4. Windows color (decimal): -4792485 or 6021046. OLE color: 6021046.

HSL color Cylindrical-coordinate representation of color #B6DF5B: hue angle of 78.64º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6DF5B is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB18222391-
CMYK0.1800.590.13
HSL78.64º67.35%61.57%-
HSV(B)78.64º59.19%87.45%-
XYZ47.5763.4819.64-
YUV195.6968.92118.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 36.69%
GREEN value IS 223 (87.5% from 255) = 44.96%
BLUE value IS 91 (35.94% from 255) = 18.35%
R=36.69%
G=44.96%
B=18.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182223910.1800.590.1378.6467.3561.57
HexB6DF5B1203BD4f433e
Octal266337133220731511710376
Binary10110110110111111011011100100111011110110011111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DF5B; }

 p { color: rgb(182,223,91); }

 H1.HeaderClassName
 {
   color: #B6DF5B;
 }
 .AnyTagClassName
 {
   color: #B6DF5B;
 }
</style>
background-color css

<style>
 a { background-color: #B6DF5B; }

 a { background-color: rgb(182,223,91); }

 div.DivClassName
 {
   background-color: #B6DF5B;
 }
 .BgClassName
 {
   background-color: #B6DF5B;
 }
</style>
border-color css

<style>
 span { border-color: #B6DF5B; }

 span { border-color: rgb(182,223,91); }

 td.TdClassName
 {
   border-color: #B6DF5B;
 }
 .TagClassName
 {
   border-color: #B6DF5B;
 }
</style>