#B1DC56

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

Shades of Conifer #B1DC56

Tints of Conifer #B1DC56

Color information

#B1DC56 (or 0xB1DC56) is unknown color: approx Conifer. HEX triplet: B1, DC and 56. RGB value is (177,220,86). Sum of RGB (Red+Green+Blue) = 177+220+86=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DC56 is #4E23A9. Grayscale: #C0C0C0. Windows color (decimal): -5120938 or 5692593. OLE color: 5692593.

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

Color convert

RGB17722086-
CMYK0.2000.610.14
HSL79.25º65.69%60%-
HSV(B)79.25º60.91%86.27%-
XYZ45.461.2118.22-
YUV191.8768.25117.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.65%
GREEN value IS 220 (86.33% from 255) = 45.55%
BLUE value IS 86 (33.98% from 255) = 17.81%
R=36.65%
G=45.55%
B=17.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal177220860.2000.610.1479.2565.6960
HexB1DC561403DE4f423c
Octal261334126240751611710274
Binary10110001110111001010110101000111101111010011111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DC56; }

 p { color: rgb(177,220,86); }

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

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

 a { background-color: rgb(177,220,86); }

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

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

 span { border-color: rgb(177,220,86); }

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