#B7D95C

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

Shades of Conifer #B7D95C

Tints of Conifer #B7D95C

Color information

#B7D95C (or 0xB7D95C) is unknown color: approx Conifer. HEX triplet: B7, D9 and 5C. RGB value is (183,217,92). Sum of RGB (Red+Green+Blue) = 183+217+92=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D95C is #4826A3. Grayscale: #C1C1C1. Windows color (decimal): -4728484 or 6085047. OLE color: 6085047.

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

Color convert

RGB18321792-
CMYK0.1600.580.15
HSL76.32º62.19%60.59%-
HSV(B)76.32º57.6%85.1%-
XYZ46.2760.4719.36-
YUV192.5871.24121.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.20%
GREEN value IS 217 (85.16% from 255) = 44.11%
BLUE value IS 92 (36.33% from 255) = 18.70%
R=37.20%
G=44.11%
B=18.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal183217920.1600.580.1576.3262.1960.59
HexB7D95C1003AF4c3e3d
Octal26733113420072171147675
Binary1011011111011001101110010000011101011111001100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D95C; }

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

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

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

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

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

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

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

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