#C9EB8A

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

Shades of Sulu #C9EB8A

Tints of Sulu #C9EB8A

Color information

#C9EB8A (or 0xC9EB8A) is unknown color: approx Sulu. HEX triplet: C9, EB and 8A. RGB value is (201,235,138). Sum of RGB (Red+Green+Blue) = 201+235+138=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 138 (54.30% from 255 or 24.04% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EB8A is #361475. Grayscale: #D6D6D6. Windows color (decimal): -3544182 or 9104329. OLE color: 9104329.

HSL color Cylindrical-coordinate representation of color #C9EB8A: hue angle of 81.03º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9EB8A is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB201235138-
CMYK0.1400.410.08
HSL81.03º70.8%73.14%-
HSV(B)81.03º41.28%92.16%-
XYZ58.3873.6735.19-
YUV213.7885.24118.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.02%
GREEN value IS 235 (92.19% from 255) = 40.94%
BLUE value IS 138 (54.30% from 255) = 24.04%
R=35.02%
G=40.94%
B=24.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012351380.1400.410.0881.0370.873.14
HexC9EB8AE0298514749
Octal3113532121605110121107111
Binary110010011110101110001010111001010011000101000110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EB8A; }

 p { color: rgb(201,235,138); }

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

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

 a { background-color: rgb(201,235,138); }

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

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

 span { border-color: rgb(201,235,138); }

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