#BBD956

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

Shades of Conifer #BBD956

Tints of Conifer #BBD956

Color information

#BBD956 (or 0xBBD956) is unknown color: approx Conifer. HEX triplet: BB, D9 and 56. RGB value is (187,217,86). Sum of RGB (Red+Green+Blue) = 187+217+86=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 86 (33.98% from 255 or 17.55% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD956 is #4426A9. Grayscale: #C1C1C1. Windows color (decimal): -4466346 or 5691835. OLE color: 5691835.

HSL color Cylindrical-coordinate representation of color #BBD956: hue angle of 73.74º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBD956 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB18721786-
CMYK0.1400.600.15
HSL73.74º63.29%59.41%-
HSV(B)73.74º60.37%85.1%-
XYZ46.9960.8618.08-
YUV193.167.56123.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.16%
GREEN value IS 217 (85.16% from 255) = 44.29%
BLUE value IS 86 (33.98% from 255) = 17.55%
R=38.16%
G=44.29%
B=17.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal187217860.1400.600.1573.7463.2959.41
HexBBD956E03CF4a3f3b
Octal27333112616074171127773
Binary101110111101100110101101110011110011111001010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD956; }

 p { color: rgb(187,217,86); }

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

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

 a { background-color: rgb(187,217,86); }

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

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

 span { border-color: rgb(187,217,86); }

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