#B1DB69

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

Shades of Conifer #B1DB69

Tints of Conifer #B1DB69

Color information

#B1DB69 (or 0xB1DB69) is unknown color: approx Conifer. HEX triplet: B1, DB and 69. RGB value is (177,219,105). Sum of RGB (Red+Green+Blue) = 177+219+105=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 105 (41.41% from 255 or 20.96% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DB69 is #4E2496. Grayscale: #C1C1C1. Windows color (decimal): -5121175 or 6937521. OLE color: 6937521.

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

Color convert

RGB177219105-
CMYK0.1900.520.14
HSL82.11º61.29%63.53%-
HSV(B)82.11º52.05%85.88%-
XYZ46.0161.0322.72-
YUV193.4578.09116.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.33%
GREEN value IS 219 (85.94% from 255) = 43.71%
BLUE value IS 105 (41.41% from 255) = 20.96%
R=35.33%
G=43.71%
B=20.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772191050.1900.520.1482.1161.2963.53
HexB1DB6913034E523d40
Octal261333151230641612275100
Binary10110001110110111101001100110110100111010100101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DB69; }

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

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

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

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

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

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

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

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