#C2E896

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

Shades of Reef #C2E896

Tints of Reef #C2E896

Color information

#C2E896 (or 0xC2E896) is unknown color: approx Reef. HEX triplet: C2, E8 and 96. RGB value is (194,232,150). Sum of RGB (Red+Green+Blue) = 194+232+150=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 232 (91.02% from 255 or 40.28% from 576); Blue value is 150 (58.98% from 255 or 26.04% from 576); Max value from RGB is 232 - color contains mainly: green. Hex color #C2E896 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2E896 is #3D1769. Grayscale: #D3D3D3. Windows color (decimal): -4003690 or 9889986. OLE color: 9889986.

HSL color Cylindrical-coordinate representation of color #C2E896: hue angle of 87.8º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2E896 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB194232150-
CMYK0.1600.350.09
HSL87.8º64.06%74.9%-
HSV(B)87.8º35.34%90.98%-
XYZ56.6171.3839.65-
YUV211.2993.41115.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.68%
GREEN value IS 232 (91.02% from 255) = 40.28%
BLUE value IS 150 (58.98% from 255) = 26.04%
R=33.68%
G=40.28%
B=26.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1942321500.1600.350.0987.864.0674.9
HexC2E89610023958404b
Octal3023502262004311130100113
Binary1100001011101000100101101000001000111001101100010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E896; }

 p { color: rgb(194,232,150); }

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

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

 a { background-color: rgb(194,232,150); }

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

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

 span { border-color: rgb(194,232,150); }

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