#b7d95d

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

Shades of Conifer #B7D95D

Tints of Conifer #B7D95D

Color information

#B7D95D (or 0xB7D95D) is unknown color: approx Conifer. HEX triplet: B7, D9 and 5D. RGB value is (183,217,93). Sum of RGB (Red+Green+Blue) = 183+217+93=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D95D is #4826A2. Grayscale: #C1C1C1. Windows color (decimal): -4728483 or 6150583. OLE color: 6150583.

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

Color convert

RGB18321793-
CMYK0.1600.570.15
HSL76.45º62%60.78%-
HSV(B)76.45º57.14%85.1%-
XYZ46.3260.4819.59-
YUV192.771.74121.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.12%
GREEN value IS 217 (85.16% from 255) = 44.02%
BLUE value IS 93 (36.72% from 255) = 18.86%
R=37.12%
G=44.02%
B=18.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal183217930.1600.570.1576.456260.78
HexB7D95D10039F4c3e3d
Octal26733113520071171147675
Binary1011011111011001101110110000011100111111001100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7d95d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7d95d; }

 p { color: rgb(183,217,93); }

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

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

 a { background-color: rgb(183,217,93); }

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

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

 span { border-color: rgb(183,217,93); }

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