#C0E292

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

Shades of Sulu #C0E292

Tints of Sulu #C0E292

Color information

#C0E292 (or 0xC0E292) is unknown color: approx Sulu. HEX triplet: C0, E2 and 92. RGB value is (192,226,146). Sum of RGB (Red+Green+Blue) = 192+226+146=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 146 (57.42% from 255 or 25.89% from 564); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E292 is #3F1D6D. Grayscale: #CFCFCF. Windows color (decimal): -4136302 or 9626304. OLE color: 9626304.

HSL color Cylindrical-coordinate representation of color #C0E292: hue angle of 85.5º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0E292 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB192226146-
CMYK0.1500.350.11
HSL85.5º57.97%72.94%-
HSV(B)85.5º35.4%88.63%-
XYZ54.1267.6737.4-
YUV206.7193.74117.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.04%
GREEN value IS 226 (88.67% from 255) = 40.07%
BLUE value IS 146 (57.42% from 255) = 25.89%
R=34.04%
G=40.07%
B=25.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1922261460.1500.350.1185.557.9772.94
HexC0E292F023B563a49
Octal300342222170431312672111
Binary11000000111000101001001011110100011101110101101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E292; }

 p { color: rgb(192,226,146); }

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

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

 a { background-color: rgb(192,226,146); }

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

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

 span { border-color: rgb(192,226,146); }

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