#BBDC49

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

Shades of Conifer #BBDC49

Tints of Conifer #BBDC49

Color information

#BBDC49 (or 0xBBDC49) is unknown color: approx Conifer. HEX triplet: BB, DC and 49. RGB value is (187,220,73). Sum of RGB (Red+Green+Blue) = 187+220+73=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 73 (28.91% from 255 or 15.21% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC49 is #4423B6. Grayscale: #C1C1C1. Windows color (decimal): -4465591 or 4840635. OLE color: 4840635.

HSL color Cylindrical-coordinate representation of color #BBDC49: hue angle of 73.47º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBDC49 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB18722073-
CMYK0.1500.670.14
HSL73.47º67.74%57.45%-
HSV(B)73.47º66.82%86.27%-
XYZ47.2962.2315.82-
YUV193.3860.07123.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.96%
GREEN value IS 220 (86.33% from 255) = 45.83%
BLUE value IS 73 (28.91% from 255) = 15.21%
R=38.96%
G=45.83%
B=15.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal187220730.1500.670.1473.4767.7457.45
HexBBDC49F043E494439
Octal2733341111701031611110471
Binary10111011110111001001001111101000011111010010011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDC49; }

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

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

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

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

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

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

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

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