#BBD95C

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

Shades of Conifer #BBD95C

Tints of Conifer #BBD95C

Color information

#BBD95C (or 0xBBD95C) is unknown color: approx Conifer. HEX triplet: BB, D9 and 5C. RGB value is (187,217,92). Sum of RGB (Red+Green+Blue) = 187+217+92=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD95C is #4426A3. Grayscale: #C2C2C2. Windows color (decimal): -4466340 or 6085051. OLE color: 6085051.

HSL color Cylindrical-coordinate representation of color #BBD95C: hue angle of 74.4º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBD95C is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB18721792-
CMYK0.1400.580.15
HSL74.4º62.19%60.59%-
HSV(B)74.4º57.6%85.1%-
XYZ47.2460.9619.4-
YUV193.7870.56123.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 217 (85.16% from 255) = 43.75%
BLUE value IS 92 (36.33% from 255) = 18.55%
R=37.70%
G=43.75%
B=18.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal187217920.1400.580.1574.462.1960.59
HexBBD95CE03AF4a3e3d
Octal27333113416072171127675
Binary101110111101100110111001110011101011111001010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD95C; }

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

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

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

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

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

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

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

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