#B1DB49

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

Shades of Conifer #B1DB49

Tints of Conifer #B1DB49

Color information

#B1DB49 (or 0xB1DB49) is unknown color: approx Conifer. HEX triplet: B1, DB and 49. RGB value is (177,219,73). Sum of RGB (Red+Green+Blue) = 177+219+73=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 73 (28.91% from 255 or 15.57% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DB49 is #4E24B6. Grayscale: #BEBEBE. Windows color (decimal): -5121207 or 4840369. OLE color: 4840369.

HSL color Cylindrical-coordinate representation of color #B1DB49: hue angle of 77.26º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1DB49 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB17721973-
CMYK0.1900.670.14
HSL77.26º66.97%57.25%-
HSV(B)77.26º66.67%85.88%-
XYZ44.6760.4915.63-
YUV189.862.09118.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 219 (85.94% from 255) = 46.70%
BLUE value IS 73 (28.91% from 255) = 15.57%
R=37.74%
G=46.70%
B=15.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal177219730.1900.670.1477.2666.9757.25
HexB1DB4913043E4d4339
Octal2613331112301031611510371
Binary101100011101101110010011001101000011111010011011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DB49; }

 p { color: rgb(177,219,73); }

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

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

 a { background-color: rgb(177,219,73); }

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

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

 span { border-color: rgb(177,219,73); }

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