#BBDD63

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

Shades of Conifer #BBDD63

Tints of Conifer #BBDD63

Color information

#BBDD63 (or 0xBBDD63) is unknown color: approx Conifer. HEX triplet: BB, DD and 63. RGB value is (187,221,99). Sum of RGB (Red+Green+Blue) = 187+221+99=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 99 (39.06% from 255 or 19.53% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD63 is #44229C. Grayscale: #C5C5C5. Windows color (decimal): -4465309 or 6544827. OLE color: 6544827.

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

Color convert

RGB18722199-
CMYK0.1500.550.13
HSL76.72º64.21%62.75%-
HSV(B)76.72º55.2%86.67%-
XYZ48.663.1821.44-
YUV196.9372.74120.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 221 (86.72% from 255) = 43.59%
BLUE value IS 99 (39.06% from 255) = 19.53%
R=36.88%
G=43.59%
B=19.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal187221990.1500.550.1376.7264.2162.75
HexBBDD63F037D4d403f
Octal273335143170671511510077
Binary1011101111011101110001111110110111110110011011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDD63; }

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

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

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

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

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

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

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

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