#BBE449

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

Shades of Conifer #BBE449

Tints of Conifer #BBE449

Color information

#BBE449 (or 0xBBE449) is unknown color: approx Conifer. HEX triplet: BB, E4 and 49. RGB value is (187,228,73). Sum of RGB (Red+Green+Blue) = 187+228+73=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE449 is #441BB6. Grayscale: #C6C6C6. Windows color (decimal): -4463543 or 4842683. OLE color: 4842683.

HSL color Cylindrical-coordinate representation of color #BBE449: hue angle of 75.87º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBE449 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB18722873-
CMYK0.1800.680.11
HSL75.87º74.16%59.02%-
HSV(B)75.87º67.98%89.41%-
XYZ49.4466.5316.54-
YUV198.0757.42120.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 228 (89.45% from 255) = 46.72%
BLUE value IS 73 (28.91% from 255) = 14.96%
R=38.32%
G=46.72%
B=14.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal187228730.1800.680.1175.8774.1659.02
HexBBE44912044B4c4a3b
Octal2733441112201041311411273
Binary101110111110010010010011001001000100101110011001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE449; }

 p { color: rgb(187,228,73); }

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

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

 a { background-color: rgb(187,228,73); }

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

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

 span { border-color: rgb(187,228,73); }

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