#CAE292

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

Shades of Sulu #CAE292

Tints of Sulu #CAE292

Color information

#CAE292 (or 0xCAE292) is unknown color: approx Sulu. HEX triplet: CA, E2 and 92. RGB value is (202,226,146). Sum of RGB (Red+Green+Blue) = 202+226+146=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 226 (88.67% from 255 or 39.37% from 574); Blue value is 146 (57.42% from 255 or 25.44% from 574); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE292 is #351D6D. Grayscale: #D2D2D2. Windows color (decimal): -3480942 or 9626314. OLE color: 9626314.

HSL color Cylindrical-coordinate representation of color #CAE292: hue angle of 78º 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 #CAE292 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB202226146-
CMYK0.1100.350.11
HSL78º57.97%72.94%-
HSV(B)78º35.4%88.63%-
XYZ56.7469.0237.53-
YUV209.792.05122.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.19%
GREEN value IS 226 (88.67% from 255) = 39.37%
BLUE value IS 146 (57.42% from 255) = 25.44%
R=35.19%
G=39.37%
B=25.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022261460.1100.350.117857.9772.94
HexCAE292B023B4e3a49
Octal312342222130431311672111
Binary11001010111000101001001010110100011101110011101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE292; }

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

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

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

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

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

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

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

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