#CBE396

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

Shades of Reef #CBE396

Tints of Reef #CBE396

Color information

#CBE396 (or 0xCBE396) is unknown color: approx Reef. HEX triplet: CB, E3 and 96. RGB value is (203,227,150). Sum of RGB (Red+Green+Blue) = 203+227+150=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 227 (89.06% from 255 or 39.14% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE396 is #341C69. Grayscale: #D3D3D3. Windows color (decimal): -3415146 or 9888715. OLE color: 9888715.

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

Color convert

RGB203227150-
CMYK0.1100.340.11
HSL78.7º57.89%73.92%-
HSV(B)78.7º33.92%89.02%-
XYZ57.669.8439.3-
YUV211.0593.55122.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35%
GREEN value IS 227 (89.06% from 255) = 39.14%
BLUE value IS 150 (58.98% from 255) = 25.86%
R=35%
G=39.14%
B=25.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032271500.1100.340.1178.757.8973.92
HexCBE396B022B4f3a4a
Octal313343226130421311772112
Binary11001011111000111001011010110100010101110011111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE396; }

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

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

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

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

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

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

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

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