#BBE65F

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

Shades of Conifer #BBE65F

Tints of Conifer #BBE65F

Color information

#BBE65F (or 0xBBE65F) is unknown color: approx Conifer. HEX triplet: BB, E6 and 5F. RGB value is (187,230,95). Sum of RGB (Red+Green+Blue) = 187+230+95=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE65F is #4419A0. Grayscale: #CACACA. Windows color (decimal): -4463009 or 6284987. OLE color: 6284987.

HSL color Cylindrical-coordinate representation of color #BBE65F: hue angle of 79.11º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBE65F is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB18723095-
CMYK0.1900.590.10
HSL79.11º72.97%63.73%-
HSV(B)79.11º58.7%90.2%-
XYZ50.8667.9821.27-
YUV201.7567.75117.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.52%
GREEN value IS 230 (90.23% from 255) = 44.92%
BLUE value IS 95 (37.5% from 255) = 18.55%
R=36.52%
G=44.92%
B=18.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal187230950.1900.590.1079.1172.9763.73
HexBBE65F1303BA4f4940
Octal2733461372307312117111100
Binary101110111110011010111111001101110111010100111110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE65F; }

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

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

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

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

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

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

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

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