#CBE190

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

Shades of Sulu #CBE190

Tints of Sulu #CBE190

Color information

#CBE190 (or 0xCBE190) is unknown color: approx Sulu. HEX triplet: CB, E1 and 90. RGB value is (203,225,144). Sum of RGB (Red+Green+Blue) = 203+225+144=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE190 is #341E6F. Grayscale: #D1D1D1. Windows color (decimal): -3415664 or 9494987. OLE color: 9494987.

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

Color convert

RGB203225144-
CMYK0.1000.360.12
HSL76.3º57.45%72.35%-
HSV(B)76.3º36%88.24%-
XYZ56.5968.5636.64-
YUV209.1991.21123.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 225 (88.28% from 255) = 39.34%
BLUE value IS 144 (56.64% from 255) = 25.17%
R=35.49%
G=39.34%
B=25.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032251440.1000.360.1276.357.4572.35
HexCBE190A024C4c3948
Octal313341220120441411471110
Binary11001011111000011001000010100100100110010011001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE190; }

 p { color: rgb(203,225,144); }

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

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

 a { background-color: rgb(203,225,144); }

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

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

 span { border-color: rgb(203,225,144); }

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