#B2E96A

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

Shades of Conifer #B2E96A

Tints of Conifer #B2E96A

Color information

#B2E96A (or 0xB2E96A) is unknown color: approx Conifer. HEX triplet: B2, E9 and 6A. RGB value is (178,233,106). Sum of RGB (Red+Green+Blue) = 178+233+106=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 106 (41.80% from 255 or 20.50% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E96A is #4D1695. Grayscale: #CACACA. Windows color (decimal): -5052054 or 7006642. OLE color: 7006642.

HSL color Cylindrical-coordinate representation of color #B2E96A: hue angle of 85.98º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2E96A is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB178233106-
CMYK0.2400.550.09
HSL85.98º74.27%66.47%-
HSV(B)85.98º54.51%91.37%-
XYZ50.168.7824.27-
YUV202.0873.78110.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.43%
GREEN value IS 233 (91.41% from 255) = 45.07%
BLUE value IS 106 (41.80% from 255) = 20.50%
R=34.43%
G=45.07%
B=20.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1782331060.2400.550.0985.9874.2766.47
HexB2E96A180379564a42
Octal2623511523006711126112102
Binary101100101110100111010101100001101111001101011010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E96A; }

 p { color: rgb(178,233,106); }

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

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

 a { background-color: rgb(178,233,106); }

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

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

 span { border-color: rgb(178,233,106); }

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