#B1DC5B

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

Shades of Conifer #B1DC5B

Tints of Conifer #B1DC5B

Color information

#B1DC5B (or 0xB1DC5B) is unknown color: approx Conifer. HEX triplet: B1, DC and 5B. RGB value is (177,220,91). Sum of RGB (Red+Green+Blue) = 177+220+91=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DC5B is #4E23A4. Grayscale: #C0C0C0. Windows color (decimal): -5120933 or 6020273. OLE color: 6020273.

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

Color convert

RGB17722091-
CMYK0.2000.590.14
HSL80º64.82%60.98%-
HSV(B)80º58.64%86.27%-
XYZ45.6161.2919.32-
YUV192.4470.75116.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.27%
GREEN value IS 220 (86.33% from 255) = 45.08%
BLUE value IS 91 (35.94% from 255) = 18.65%
R=36.27%
G=45.08%
B=18.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal177220910.2000.590.148064.8260.98
HexB1DC5B1403BE50413d
Octal261334133240731612010175
Binary10110001110111001011011101000111011111010100001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DC5B; }

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

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

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

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

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

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

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

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