#CBE596

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

Shades of Reef #CBE596

Tints of Reef #CBE596

Color information

#CBE596 (or 0xCBE596) is unknown color: approx Reef. HEX triplet: CB, E5 and 96. RGB value is (203,229,150). Sum of RGB (Red+Green+Blue) = 203+229+150=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE596 is #341A69. Grayscale: #D4D4D4. Windows color (decimal): -3414634 or 9889227. OLE color: 9889227.

HSL color Cylindrical-coordinate representation of color #CBE596: hue angle of 79.75º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBE596 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB203229150-
CMYK0.1100.340.10
HSL79.75º60.31%74.31%-
HSV(B)79.75º34.5%89.8%-
XYZ58.1570.9439.48-
YUV212.2292.89121.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.88%
GREEN value IS 229 (89.84% from 255) = 39.35%
BLUE value IS 150 (58.98% from 255) = 25.77%
R=34.88%
G=39.35%
B=25.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032291500.1100.340.1079.7560.3174.31
HexCBE596B022A503c4a
Octal313345226130421212074112
Binary11001011111001011001011010110100010101010100001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE596; }

 p { color: rgb(203,229,150); }

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

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

 a { background-color: rgb(203,229,150); }

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

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

 span { border-color: rgb(203,229,150); }

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