#B4DC49

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

Shades of Conifer #B4DC49

Tints of Conifer #B4DC49

Color information

#B4DC49 (or 0xB4DC49) is unknown color: approx Conifer. HEX triplet: B4, DC and 49. RGB value is (180,220,73). Sum of RGB (Red+Green+Blue) = 180+220+73=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 73 (28.91% from 255 or 15.43% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DC49 is #4B23B6. Grayscale: #BFBFBF. Windows color (decimal): -4924343 or 4840628. OLE color: 4840628.

HSL color Cylindrical-coordinate representation of color #B4DC49: hue angle of 76.33º 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 #B4DC49 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB18022073-
CMYK0.1800.670.14
HSL76.33º67.74%57.45%-
HSV(B)76.33º66.82%86.27%-
XYZ45.6261.3715.74-
YUV191.2861.25119.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 220 (86.33% from 255) = 46.51%
BLUE value IS 73 (28.91% from 255) = 15.43%
R=38.05%
G=46.51%
B=15.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal180220730.1800.670.1476.3367.7457.45
HexB4DC4912043E4c4439
Octal2643341112201031611410471
Binary101101001101110010010011001001000011111010011001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DC49; }

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

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

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

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

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

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

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

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