#B1DB6E

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

Shades of Conifer #B1DB6E

Tints of Conifer #B1DB6E

Color information

#B1DB6E (or 0xB1DB6E) is unknown color: approx Conifer. HEX triplet: B1, DB and 6E. RGB value is (177,219,110). Sum of RGB (Red+Green+Blue) = 177+219+110=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DB6E is #4E2491. Grayscale: #C2C2C2. Windows color (decimal): -5121170 or 7265201. OLE color: 7265201.

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

Color convert

RGB177219110-
CMYK0.1900.500.14
HSL83.12º60.22%64.51%-
HSV(B)83.12º49.77%85.88%-
XYZ46.2861.1424.11-
YUV194.0280.59115.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.98%
GREEN value IS 219 (85.94% from 255) = 43.28%
BLUE value IS 110 (43.36% from 255) = 21.74%
R=34.98%
G=43.28%
B=21.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772191100.1900.500.1483.1260.2264.51
HexB1DB6E13032E533c41
Octal261333156230621612374101
Binary10110001110110111101110100110110010111010100111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DB6E; }

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

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

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

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

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

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

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

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