#BBDA52

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

Shades of Conifer #BBDA52

Tints of Conifer #BBDA52

Color information

#BBDA52 (or 0xBBDA52) is unknown color: approx Conifer. HEX triplet: BB, DA and 52. RGB value is (187,218,82). Sum of RGB (Red+Green+Blue) = 187+218+82=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 82 (32.42% from 255 or 16.84% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA52 is #4425AD. Grayscale: #C1C1C1. Windows color (decimal): -4466094 or 5429947. OLE color: 5429947.

HSL color Cylindrical-coordinate representation of color #BBDA52: hue angle of 73.68º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBDA52 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB18721882-
CMYK0.1400.620.15
HSL73.68º64.76%58.82%-
HSV(B)73.68º62.39%85.49%-
XYZ47.0961.3217.34-
YUV193.2365.23123.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 218 (85.55% from 255) = 44.76%
BLUE value IS 82 (32.42% from 255) = 16.84%
R=38.40%
G=44.76%
B=16.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal187218820.1400.620.1573.6864.7658.82
HexBBDA52E03EF4a413b
Octal273332122160761711210173
Binary1011101111011010101001011100111110111110010101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDA52; }

 p { color: rgb(187,218,82); }

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

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

 a { background-color: rgb(187,218,82); }

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

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

 span { border-color: rgb(187,218,82); }

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