#CBE276

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

Shades of Sulu #CBE276

Tints of Sulu #CBE276

Color information

#CBE276 (or 0xCBE276) is unknown color: approx Sulu. HEX triplet: CB, E2 and 76. RGB value is (203,226,118). Sum of RGB (Red+Green+Blue) = 203+226+118=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE276 is #341D89. Grayscale: #CFCFCF. Windows color (decimal): -3415434 or 7791307. OLE color: 7791307.

HSL color Cylindrical-coordinate representation of color #CBE276: hue angle of 72.78º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBE276 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB203226118-
CMYK0.1000.480.11
HSL72.78º65.06%67.45%-
HSV(B)72.78º47.79%88.63%-
XYZ55.0968.427.44-
YUV206.8177.88125.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.11%
GREEN value IS 226 (88.67% from 255) = 41.32%
BLUE value IS 118 (46.48% from 255) = 21.57%
R=37.11%
G=41.32%
B=21.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032261180.1000.480.1172.7865.0667.45
HexCBE276A030B494143
Octal3133421661206013111101103
Binary11001011111000101110110101001100001011100100110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE276; }

 p { color: rgb(203,226,118); }

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

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

 a { background-color: rgb(203,226,118); }

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

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

 span { border-color: rgb(203,226,118); }

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