#CBE192

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

Shades of Sulu #CBE192

Tints of Sulu #CBE192

Color information

#CBE192 (or 0xCBE192) is unknown color: approx Sulu. HEX triplet: CB, E1 and 92. RGB value is (203,225,146). Sum of RGB (Red+Green+Blue) = 203+225+146=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 146 (57.42% from 255 or 25.44% from 574); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE192 is #341E6D. Grayscale: #D1D1D1. Windows color (decimal): -3415662 or 9626059. OLE color: 9626059.

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

Color convert

RGB203225146-
CMYK0.1000.350.12
HSL76.71º56.83%72.75%-
HSV(B)76.71º35.11%88.24%-
XYZ56.7468.6237.45-
YUV209.4292.21123.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.37%
GREEN value IS 225 (88.28% from 255) = 39.20%
BLUE value IS 146 (57.42% from 255) = 25.44%
R=35.37%
G=39.20%
B=25.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032251460.1000.350.1276.7156.8372.75
HexCBE192A023C4d3949
Octal313341222120431411571111
Binary11001011111000011001001010100100011110010011011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE192; }

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

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

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

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

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

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

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

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