#B4DC60

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

Shades of Conifer #B4DC60

Tints of Conifer #B4DC60

Color information

#B4DC60 (or 0xB4DC60) is unknown color: approx Conifer. HEX triplet: B4, DC and 60. RGB value is (180,220,96). Sum of RGB (Red+Green+Blue) = 180+220+96=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DC60 is #4B239F. Grayscale: #C2C2C2. Windows color (decimal): -4924320 or 6347956. OLE color: 6347956.

HSL color Cylindrical-coordinate representation of color #B4DC60: hue angle of 79.35º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4DC60 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB18022096-
CMYK0.1800.560.14
HSL79.35º63.92%61.96%-
HSV(B)79.35º56.36%86.27%-
XYZ46.5361.7320.53-
YUV193.972.75118.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 220 (86.33% from 255) = 44.35%
BLUE value IS 96 (37.89% from 255) = 19.35%
R=36.29%
G=44.35%
B=19.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal180220960.1800.560.1479.3563.9261.96
HexB4DC6012038E4f403e
Octal264334140220701611710076
Binary10110100110111001100000100100111000111010011111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DC60; }

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

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

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

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

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

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

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

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