#BBEE45

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

Shades of Conifer #BBEE45

Tints of Conifer #BBEE45

Color information

#BBEE45 (or 0xBBEE45) is unknown color: approx Conifer. HEX triplet: BB, EE and 45. RGB value is (187,238,69). Sum of RGB (Red+Green+Blue) = 187+238+69=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 238 (93.36% from 255 or 48.18% from 494); Blue value is 69 (27.34% from 255 or 13.97% from 494); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEE45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBEE45 is #4411BA. Grayscale: #CCCCCC. Windows color (decimal): -4460987 or 4583099. OLE color: 4583099.

HSL color Cylindrical-coordinate representation of color #BBEE45: hue angle of 78.11º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBEE45 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB18723869-
CMYK0.2100.710.07
HSL78.11º83.25%60.2%-
HSV(B)78.11º71.01%93.33%-
XYZ52.1472.1416.81-
YUV203.4852.1116.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 238 (93.36% from 255) = 48.18%
BLUE value IS 69 (27.34% from 255) = 13.97%
R=37.85%
G=48.18%
B=13.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal187238690.2100.710.0778.1183.2560.2
HexBBEE451504774e533c
Octal273356105250107711612374
Binary10111011111011101000101101010100011111110011101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEE45; }

 p { color: rgb(187,238,69); }

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

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

 a { background-color: rgb(187,238,69); }

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

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

 span { border-color: rgb(187,238,69); }

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