#CBE88A

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

Shades of Sulu #CBE88A

Tints of Sulu #CBE88A

Color information

#CBE88A (or 0xCBE88A) is unknown color: approx Sulu. HEX triplet: CB, E8 and 8A. RGB value is (203,232,138). Sum of RGB (Red+Green+Blue) = 203+232+138=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 232 (91.02% from 255 or 40.49% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE88A is #341775. Grayscale: #D4D4D4. Windows color (decimal): -3413878 or 9103563. OLE color: 9103563.

HSL color Cylindrical-coordinate representation of color #CBE88A: hue angle of 78.51º degrees, saturation: 0.67, 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 #CBE88A is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB203232138-
CMYK0.1200.410.09
HSL78.51º67.14%72.55%-
HSV(B)78.51º40.52%90.98%-
XYZ58.0772.2434.93-
YUV212.6185.89121.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 232 (91.02% from 255) = 40.49%
BLUE value IS 138 (54.30% from 255) = 24.08%
R=35.43%
G=40.49%
B=24.08%

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
Decimal2032321380.1200.410.0978.5167.1472.55
HexCBE88AC02994f4349
Octal3133502121405111117103111
Binary110010111110100010001010110001010011001100111110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE88A; }

 p { color: rgb(203,232,138); }

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

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

 a { background-color: rgb(203,232,138); }

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

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

 span { border-color: rgb(203,232,138); }

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