#CBE182

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

Shades of Sulu #CBE182

Tints of Sulu #CBE182

Color information

#CBE182 (or 0xCBE182) is unknown color: approx Sulu. HEX triplet: CB, E1 and 82. RGB value is (203,225,130). Sum of RGB (Red+Green+Blue) = 203+225+130=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 130 (51.17% from 255 or 23.30% from 558); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE182 is #341E7D. Grayscale: #CFCFCF. Windows color (decimal): -3415678 or 8577483. OLE color: 8577483.

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

Color convert

RGB203225130-
CMYK0.1000.420.12
HSL73.89º61.29%69.61%-
HSV(B)73.89º42.22%88.24%-
XYZ55.5868.1631.35-
YUV207.5984.21124.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.38%
GREEN value IS 225 (88.28% from 255) = 40.32%
BLUE value IS 130 (51.17% from 255) = 23.30%
R=36.38%
G=40.32%
B=23.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032251300.1000.420.1273.8961.2969.61
HexCBE182A02AC4a3d46
Octal313341202120521411275106
Binary11001011111000011000001010100101010110010010101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE182; }

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

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

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

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

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

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

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

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