#BBD95F

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

Shades of Conifer #BBD95F

Tints of Conifer #BBD95F

Color information

#BBD95F (or 0xBBD95F) is unknown color: approx Conifer. HEX triplet: BB, D9 and 5F. RGB value is (187,217,95). Sum of RGB (Red+Green+Blue) = 187+217+95=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD95F is #4426A0. Grayscale: #C2C2C2. Windows color (decimal): -4466337 or 6281659. OLE color: 6281659.

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

Color convert

RGB18721795-
CMYK0.1400.560.15
HSL74.75º61.62%61.18%-
HSV(B)74.75º56.22%85.1%-
XYZ47.3761.0220.11-
YUV194.1272.06122.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 217 (85.16% from 255) = 43.49%
BLUE value IS 95 (37.5% from 255) = 19.04%
R=37.47%
G=43.49%
B=19.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal187217950.1400.560.1574.7561.6261.18
HexBBD95FE038F4b3e3d
Octal27333113716070171137675
Binary101110111101100110111111110011100011111001011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD95F; }

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

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

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

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

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

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

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

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