#B4DC55

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

Shades of Conifer #B4DC55

Tints of Conifer #B4DC55

Color information

#B4DC55 (or 0xB4DC55) is unknown color: approx Conifer. HEX triplet: B4, DC and 55. RGB value is (180,220,85). Sum of RGB (Red+Green+Blue) = 180+220+85=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DC55 is #4B23AA. Grayscale: #C1C1C1. Windows color (decimal): -4924331 or 5627060. OLE color: 5627060.

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

Color convert

RGB18022085-
CMYK0.1800.610.14
HSL77.78º65.85%59.8%-
HSV(B)77.78º61.36%86.27%-
XYZ46.0661.5518.05-
YUV192.6567.25118.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 220 (86.33% from 255) = 45.36%
BLUE value IS 85 (33.59% from 255) = 17.53%
R=37.11%
G=45.36%
B=17.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal180220850.1800.610.1477.7865.8559.8
HexB4DC551203DE4e423c
Octal264334125220751611610274
Binary10110100110111001010101100100111101111010011101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DC55; }

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

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

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

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

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

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

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

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