#B8D861

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

Shades of Conifer #B8D861

Tints of Conifer #B8D861

Color information

#B8D861 (or 0xB8D861) is unknown color: approx Conifer. HEX triplet: B8, D8 and 61. RGB value is (184,216,97). Sum of RGB (Red+Green+Blue) = 184+216+97=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 97 (38.28% from 255 or 19.52% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D861 is #47279E. Grayscale: #C1C1C1. Windows color (decimal): -4663199 or 6412472. OLE color: 6412472.

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

Color convert

RGB18421697-
CMYK0.1500.550.15
HSL76.13º60.41%61.37%-
HSV(B)76.13º55.09%84.71%-
XYZ46.4860.1720.47-
YUV192.8773.9121.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.02%
GREEN value IS 216 (84.77% from 255) = 43.46%
BLUE value IS 97 (38.28% from 255) = 19.52%
R=37.02%
G=43.46%
B=19.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal184216970.1500.550.1576.1360.4161.37
HexB8D861F037F4c3c3d
Octal27033014117067171147475
Binary101110001101100011000011111011011111111001100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D861; }

 p { color: rgb(184,216,97); }

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

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

 a { background-color: rgb(184,216,97); }

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

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

 span { border-color: rgb(184,216,97); }

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