#B0DD6A

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

Shades of Conifer #B0DD6A

Tints of Conifer #B0DD6A

Color information

#B0DD6A (or 0xB0DD6A) is unknown color: approx Conifer. HEX triplet: B0, DD and 6A. RGB value is (176,221,106). Sum of RGB (Red+Green+Blue) = 176+221+106=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DD6A is #4F2295. Grayscale: #C2C2C2. Windows color (decimal): -5186198 or 7003568. OLE color: 7003568.

HSL color Cylindrical-coordinate representation of color #B0DD6A: hue angle of 83.48º 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 #B0DD6A is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB176221106-
CMYK0.2000.520.13
HSL83.48º62.84%64.12%-
HSV(B)83.48º52.04%86.67%-
XYZ46.3661.9823.16-
YUV194.4478.09114.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.99%
GREEN value IS 221 (86.72% from 255) = 43.94%
BLUE value IS 106 (41.80% from 255) = 21.07%
R=34.99%
G=43.94%
B=21.07%

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
Decimal1762211060.2000.520.1383.4862.8464.12
HexB0DD6A14034D533f40
Octal260335152240641512377100
Binary10110000110111011101010101000110100110110100111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DD6A; }

 p { color: rgb(176,221,106); }

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

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

 a { background-color: rgb(176,221,106); }

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

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

 span { border-color: rgb(176,221,106); }

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