#CAE890

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

Shades of Sulu #CAE890

Tints of Sulu #CAE890

Color information

#CAE890 (or 0xCAE890) is unknown color: approx Sulu. HEX triplet: CA, E8 and 90. RGB value is (202,232,144). Sum of RGB (Red+Green+Blue) = 202+232+144=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 232 (91.02% from 255 or 40.14% from 578); Blue value is 144 (56.64% from 255 or 24.91% from 578); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE890 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE890 is #35176F. Grayscale: #D5D5D5. Windows color (decimal): -3479408 or 9496778. OLE color: 9496778.

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

Color convert

RGB202232144-
CMYK0.1300.380.09
HSL80.45º65.67%73.73%-
HSV(B)80.45º37.93%90.98%-
XYZ58.2572.2837.27-
YUV21389.06120.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.95%
GREEN value IS 232 (91.02% from 255) = 40.14%
BLUE value IS 144 (56.64% from 255) = 24.91%
R=34.95%
G=40.14%
B=24.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022321440.1300.380.0980.4565.6773.73
HexCAE890D026950424a
Octal3123502201504611120102112
Binary110010101110100010010000110101001101001101000010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE890; }

 p { color: rgb(202,232,144); }

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

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

 a { background-color: rgb(202,232,144); }

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

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

 span { border-color: rgb(202,232,144); }

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