#B1DD69

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

Shades of Conifer #B1DD69

Tints of Conifer #B1DD69

Color information

#B1DD69 (or 0xB1DD69) is unknown color: approx Conifer. HEX triplet: B1, DD and 69. RGB value is (177,221,105). Sum of RGB (Red+Green+Blue) = 177+221+105=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 105 (41.41% from 255 or 20.87% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DD69 is #4E2296. Grayscale: #C3C3C3. Windows color (decimal): -5120663 or 6938033. OLE color: 6938033.

HSL color Cylindrical-coordinate representation of color #B1DD69: hue angle of 82.76º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B1DD69 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB177221105-
CMYK0.2000.520.13
HSL82.76º63.04%63.92%-
HSV(B)82.76º52.49%86.67%-
XYZ46.5462.0822.89-
YUV194.6277.42115.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.19%
GREEN value IS 221 (86.72% from 255) = 43.94%
BLUE value IS 105 (41.41% from 255) = 20.87%
R=35.19%
G=43.94%
B=20.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772211050.2000.520.1382.7663.0463.92
HexB1DD6914034D533f40
Octal261335151240641512377100
Binary10110001110111011101001101000110100110110100111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DD69; }

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

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

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

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

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

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

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

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