#B8D85E

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

Shades of Conifer #B8D85E

Tints of Conifer #B8D85E

Color information

#B8D85E (or 0xB8D85E) is unknown color: approx Conifer. HEX triplet: B8, D8 and 5E. RGB value is (184,216,94). Sum of RGB (Red+Green+Blue) = 184+216+94=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D85E is #4727A1. Grayscale: #C0C0C0. Windows color (decimal): -4663202 or 6215864. OLE color: 6215864.

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

Color convert

RGB18421694-
CMYK0.1500.560.15
HSL75.74º61%60.78%-
HSV(B)75.74º56.48%84.71%-
XYZ46.3460.1119.75-
YUV192.5272.4121.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.25%
GREEN value IS 216 (84.77% from 255) = 43.72%
BLUE value IS 94 (37.11% from 255) = 19.03%
R=37.25%
G=43.72%
B=19.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal184216940.1500.560.1575.746160.78
HexB8D85EF038F4c3d3d
Octal27033013617070171147575
Binary101110001101100010111101111011100011111001100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D85E; }

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

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

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

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

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

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

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

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