#CBE191

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

Shades of Sulu #CBE191

Tints of Sulu #CBE191

Color information

#CBE191 (or 0xCBE191) is unknown color: approx Sulu. HEX triplet: CB, E1 and 91. RGB value is (203,225,145). Sum of RGB (Red+Green+Blue) = 203+225+145=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 145 (57.03% from 255 or 25.31% from 573); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE191 is #341E6E. Grayscale: #D1D1D1. Windows color (decimal): -3415663 or 9560523. OLE color: 9560523.

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

Color convert

RGB203225145-
CMYK0.1000.360.12
HSL76.5º57.14%72.55%-
HSV(B)76.5º35.56%88.24%-
XYZ56.6668.5937.04-
YUV209.391.71123.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 225 (88.28% from 255) = 39.27%
BLUE value IS 145 (57.03% from 255) = 25.31%
R=35.43%
G=39.27%
B=25.31%

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
Decimal2032251450.1000.360.1276.557.1472.55
HexCBE191A024C4c3949
Octal313341221120441411471111
Binary11001011111000011001000110100100100110010011001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE191; }

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

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

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

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

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

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

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

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