#B2D95A

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

Shades of Conifer #B2D95A

Tints of Conifer #B2D95A

Color information

#B2D95A (or 0xB2D95A) is unknown color: approx Conifer. HEX triplet: B2, D9 and 5A. RGB value is (178,217,90). Sum of RGB (Red+Green+Blue) = 178+217+90=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D95A is #4D26A5. Grayscale: #BFBFBF. Windows color (decimal): -5056166 or 5953970. OLE color: 5953970.

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

Color convert

RGB17821790-
CMYK0.1800.590.15
HSL78.43º62.56%60.2%-
HSV(B)78.43º58.53%85.1%-
XYZ45.0259.8318.85-
YUV190.8671.08118.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.70%
GREEN value IS 217 (85.16% from 255) = 44.74%
BLUE value IS 90 (35.55% from 255) = 18.56%
R=36.70%
G=44.74%
B=18.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal178217900.1800.590.1578.4362.5660.2
HexB2D95A1203BF4e3f3c
Octal26233113222073171167774
Binary1011001011011001101101010010011101111111001110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D95A; }

 p { color: rgb(178,217,90); }

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

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

 a { background-color: rgb(178,217,90); }

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

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

 span { border-color: rgb(178,217,90); }

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