#BBD84B

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

Shades of Conifer #BBD84B

Tints of Conifer #BBD84B

Color information

#BBD84B (or 0xBBD84B) is unknown color: approx Conifer. HEX triplet: BB, D8 and 4B. RGB value is (187,216,75). Sum of RGB (Red+Green+Blue) = 187+216+75=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 75 (29.69% from 255 or 15.69% from 478); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD84B is #4427B4. Grayscale: #BFBFBF. Windows color (decimal): -4466613 or 4970683. OLE color: 4970683.

HSL color Cylindrical-coordinate representation of color #BBD84B: hue angle of 72.34º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBD84B is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB18721675-
CMYK0.1300.650.15
HSL72.34º64.38%57.06%-
HSV(B)72.34º65.28%84.71%-
XYZ46.3260.1815.83-
YUV191.2662.39124.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.12%
GREEN value IS 216 (84.77% from 255) = 45.19%
BLUE value IS 75 (29.69% from 255) = 15.69%
R=39.12%
G=45.19%
B=15.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal187216750.1300.650.1572.3464.3857.06
HexBBD84BD041F484039
Octal2733301131501011711010071
Binary10111011110110001001011110101000001111110010001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD84B; }

 p { color: rgb(187,216,75); }

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

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

 a { background-color: rgb(187,216,75); }

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

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

 span { border-color: rgb(187,216,75); }

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