#B0D863

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

Shades of Conifer #B0D863

Tints of Conifer #B0D863

Color information

#B0D863 (or 0xB0D863) is unknown color: approx Conifer. HEX triplet: B0, D8 and 63. RGB value is (176,216,99). Sum of RGB (Red+Green+Blue) = 176+216+99=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 99 (39.06% from 255 or 20.16% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D863 is #4F279C. Grayscale: #BFBFBF. Windows color (decimal): -5187485 or 6543536. OLE color: 6543536.

HSL color Cylindrical-coordinate representation of color #B0D863: hue angle of 80.51º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0D863 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB17621699-
CMYK0.1900.540.15
HSL80.51º60%61.76%-
HSV(B)80.51º54.17%84.71%-
XYZ44.7159.2420.88-
YUV190.776.25117.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 216 (84.77% from 255) = 43.99%
BLUE value IS 99 (39.06% from 255) = 20.16%
R=35.85%
G=43.99%
B=20.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal176216990.1900.540.1580.516061.76
HexB0D86313036F513c3e
Octal26033014323066171217476
Binary1011000011011000110001110011011011011111010001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D863; }

 p { color: rgb(176,216,99); }

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

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

 a { background-color: rgb(176,216,99); }

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

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

 span { border-color: rgb(176,216,99); }

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