#BBE965

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

Shades of Conifer #BBE965

Tints of Conifer #BBE965

Color information

#BBE965 (or 0xBBE965) is unknown color: approx Conifer. HEX triplet: BB, E9 and 65. RGB value is (187,233,101). Sum of RGB (Red+Green+Blue) = 187+233+101=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE965 is #44169A. Grayscale: #CCCCCC. Windows color (decimal): -4462235 or 6678971. OLE color: 6678971.

HSL color Cylindrical-coordinate representation of color #BBE965: hue angle of 80.91º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBE965 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB187233101-
CMYK0.2000.570.09
HSL80.91º75%65.49%-
HSV(B)80.91º56.65%91.37%-
XYZ51.9869.7823.04-
YUV204.269.76115.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 233 (91.41% from 255) = 44.72%
BLUE value IS 101 (39.84% from 255) = 19.39%
R=35.89%
G=44.72%
B=19.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872331010.2000.570.0980.917565.49
HexBBE965140399514b41
Octal2733511452407111121113101
Binary101110111110100111001011010001110011001101000110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE965; }

 p { color: rgb(187,233,101); }

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

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

 a { background-color: rgb(187,233,101); }

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

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

 span { border-color: rgb(187,233,101); }

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