#CBE184

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

Shades of Sulu #CBE184

Tints of Sulu #CBE184

Color information

#CBE184 (or 0xCBE184) is unknown color: approx Sulu. HEX triplet: CB, E1 and 84. RGB value is (203,225,132). Sum of RGB (Red+Green+Blue) = 203+225+132=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 132 (51.95% from 255 or 23.57% from 560); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE184 is #341E7B. Grayscale: #D0D0D0. Windows color (decimal): -3415676 or 8708555. OLE color: 8708555.

HSL color Cylindrical-coordinate representation of color #CBE184: hue angle of 74.19º 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 #CBE184 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB203225132-
CMYK0.1000.410.12
HSL74.19º60.78%70%-
HSV(B)74.19º41.33%88.24%-
XYZ55.7268.2132.06-
YUV207.8285.21124.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 225 (88.28% from 255) = 40.18%
BLUE value IS 132 (51.95% from 255) = 23.57%
R=36.25%
G=40.18%
B=23.57%

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
Decimal2032251320.1000.410.1274.1960.7870
HexCBE184A029C4a3d46
Octal313341204120511411275106
Binary11001011111000011000010010100101001110010010101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE184; }

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

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

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

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

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

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

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

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