#B4DC59

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

Shades of Conifer #B4DC59

Tints of Conifer #B4DC59

Color information

#B4DC59 (or 0xB4DC59) is unknown color: approx Conifer. HEX triplet: B4, DC and 59. RGB value is (180,220,89). Sum of RGB (Red+Green+Blue) = 180+220+89=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 89 (35.16% from 255 or 18.20% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DC59 is #4B23A6. Grayscale: #C1C1C1. Windows color (decimal): -4924327 or 5889204. OLE color: 5889204.

HSL color Cylindrical-coordinate representation of color #B4DC59: hue angle of 78.32º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4DC59 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB18022089-
CMYK0.1800.600.14
HSL78.32º65.17%60.59%-
HSV(B)78.32º59.55%86.27%-
XYZ46.2261.6118.91-
YUV193.1169.25118.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 220 (86.33% from 255) = 44.99%
BLUE value IS 89 (35.16% from 255) = 18.20%
R=36.81%
G=44.99%
B=18.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal180220890.1800.600.1478.3265.1760.59
HexB4DC591203CE4e413d
Octal264334131220741611610175
Binary10110100110111001011001100100111100111010011101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DC59; }

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

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

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

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

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

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

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

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