#B1DB65

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

Shades of Conifer #B1DB65

Tints of Conifer #B1DB65

Color information

#B1DB65 (or 0xB1DB65) is unknown color: approx Conifer. HEX triplet: B1, DB and 65. RGB value is (177,219,101). Sum of RGB (Red+Green+Blue) = 177+219+101=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DB65 is #4E249A. Grayscale: #C1C1C1. Windows color (decimal): -5121179 or 6675377. OLE color: 6675377.

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

Color convert

RGB177219101-
CMYK0.1900.540.14
HSL81.36º62.11%62.75%-
HSV(B)81.36º53.88%85.88%-
XYZ45.8160.9521.66-
YUV192.9976.09116.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.61%
GREEN value IS 219 (85.94% from 255) = 44.06%
BLUE value IS 101 (39.84% from 255) = 20.32%
R=35.61%
G=44.06%
B=20.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772191010.1900.540.1481.3662.1162.75
HexB1DB6513036E513e3f
Octal26133314523066161217677
Binary1011000111011011110010110011011011011101010001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DB65; }

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

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

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

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

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

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

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

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