#BBDD44

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

Shades of Conifer #BBDD44

Tints of Conifer #BBDD44

Color information

#BBDD44 (or 0xBBDD44) is unknown color: approx Conifer. HEX triplet: BB, DD and 44. RGB value is (187,221,68). Sum of RGB (Red+Green+Blue) = 187+221+68=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 68 (26.95% from 255 or 14.29% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDD44 is #4422BB. Grayscale: #C1C1C1. Windows color (decimal): -4465340 or 4513211. OLE color: 4513211.

HSL color Cylindrical-coordinate representation of color #BBDD44: hue angle of 73.33º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBDD44 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB18722168-
CMYK0.1500.690.13
HSL73.33º69.23%56.67%-
HSV(B)73.33º69.23%86.67%-
XYZ47.3962.715.07-
YUV193.3957.24123.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.29%
GREEN value IS 221 (86.72% from 255) = 46.43%
BLUE value IS 68 (26.95% from 255) = 14.29%
R=39.29%
G=46.43%
B=14.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal187221680.1500.690.1373.3369.2356.67
HexBBDD44F045D494539
Octal2733351041701051511110571
Binary10111011110111011000100111101000101110110010011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDD44; }

 p { color: rgb(187,221,68); }

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

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

 a { background-color: rgb(187,221,68); }

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

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

 span { border-color: rgb(187,221,68); }

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