#CCE98A

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

Shades of Sulu #CCE98A

Tints of Sulu #CCE98A

Color information

#CCE98A (or 0xCCE98A) is unknown color: approx Sulu. HEX triplet: CC, E9 and 8A. RGB value is (204,233,138). Sum of RGB (Red+Green+Blue) = 204+233+138=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 233 (91.41% from 255 or 40.52% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE98A is #331675. Grayscale: #D5D5D5. Windows color (decimal): -3348086 or 9103820. OLE color: 9103820.

HSL color Cylindrical-coordinate representation of color #CCE98A: hue angle of 78.32º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCE98A is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB204233138-
CMYK0.1200.410.09
HSL78.32º68.35%72.75%-
HSV(B)78.32º40.77%91.37%-
XYZ58.6372.9535.04-
YUV213.585.39121.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 233 (91.41% from 255) = 40.52%
BLUE value IS 138 (54.30% from 255) = 24%
R=35.48%
G=40.52%
B=24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042331380.1200.410.0978.3268.3572.75
HexCCE98AC02994e4449
Octal3143512121405111116104111
Binary110011001110100110001010110001010011001100111010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE98A; }

 p { color: rgb(204,233,138); }

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

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

 a { background-color: rgb(204,233,138); }

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

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

 span { border-color: rgb(204,233,138); }

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