#CBE185

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

Shades of Sulu #CBE185

Tints of Sulu #CBE185

Color information

#CBE185 (or 0xCBE185) is unknown color: approx Sulu. HEX triplet: CB, E1 and 85. RGB value is (203,225,133). Sum of RGB (Red+Green+Blue) = 203+225+133=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE185 is #341E7A. Grayscale: #D0D0D0. Windows color (decimal): -3415675 or 8774091. OLE color: 8774091.

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

Color convert

RGB203225133-
CMYK0.1000.410.12
HSL74.35º60.53%70.2%-
HSV(B)74.35º40.89%88.24%-
XYZ55.7968.2432.42-
YUV207.9385.71124.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 225 (88.28% from 255) = 40.11%
BLUE value IS 133 (52.34% from 255) = 23.71%
R=36.19%
G=40.11%
B=23.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032251330.1000.410.1274.3560.5370.2
HexCBE185A029C4a3d46
Octal313341205120511411275106
Binary11001011111000011000010110100101001110010010101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE185; }

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

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

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

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

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

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

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

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