#CBE08E

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

Shades of Sulu #CBE08E

Tints of Sulu #CBE08E

Color information

#CBE08E (or 0xCBE08E) is unknown color: approx Sulu. HEX triplet: CB, E0 and 8E. RGB value is (203,224,142). Sum of RGB (Red+Green+Blue) = 203+224+142=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 142 (55.86% from 255 or 24.96% from 569); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE08E is #341F71. Grayscale: #D0D0D0. Windows color (decimal): -3415922 or 9363659. OLE color: 9363659.

HSL color Cylindrical-coordinate representation of color #CBE08E: hue angle of 75.37º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBE08E is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB203224142-
CMYK0.0900.370.12
HSL75.37º56.94%71.76%-
HSV(B)75.37º36.61%87.84%-
XYZ56.1767.9635.75-
YUV208.3790.54124.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 224 (87.89% from 255) = 39.37%
BLUE value IS 142 (55.86% from 255) = 24.96%
R=35.68%
G=39.37%
B=24.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032241420.0900.370.1275.3756.9471.76
HexCBE08E9025C4b3948
Octal313340216110451411371110
Binary11001011111000001000111010010100101110010010111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE08E; }

 p { color: rgb(203,224,142); }

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

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

 a { background-color: rgb(203,224,142); }

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

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

 span { border-color: rgb(203,224,142); }

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