#B0D569

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

Shades of Conifer #B0D569

Tints of Conifer #B0D569

Color information

#B0D569 (or 0xB0D569) is unknown color: approx Conifer. HEX triplet: B0, D5 and 69. RGB value is (176,213,105). Sum of RGB (Red+Green+Blue) = 176+213+105=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D569 is #4F2A96. Grayscale: #BEBEBE. Windows color (decimal): -5188247 or 6935984. OLE color: 6935984.

HSL color Cylindrical-coordinate representation of color #B0D569: hue angle of 80.56º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0D569 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB176213105-
CMYK0.1700.510.16
HSL80.56º56.25%62.35%-
HSV(B)80.56º50.7%83.53%-
XYZ44.2557.8422.2-
YUV189.6280.24118.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 213 (83.59% from 255) = 43.12%
BLUE value IS 105 (41.41% from 255) = 21.26%
R=35.63%
G=43.12%
B=21.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762131050.1700.510.1680.5656.2562.35
HexB0D569110331051383e
Octal26032515121063201217076
Binary10110000110101011101001100010110011100001010001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D569; }

 p { color: rgb(176,213,105); }

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

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

 a { background-color: rgb(176,213,105); }

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

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

 span { border-color: rgb(176,213,105); }

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