#CBE699

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

Shades of Reef #CBE699

Tints of Reef #CBE699

Color information

#CBE699 (or 0xCBE699) is unknown color: approx Reef. HEX triplet: CB, E6 and 99. RGB value is (203,230,153). Sum of RGB (Red+Green+Blue) = 203+230+153=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 230 (90.23% from 255 or 39.25% from 586); Blue value is 153 (60.16% from 255 or 26.11% from 586); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE699 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE699 is #341966. Grayscale: #D5D5D5. Windows color (decimal): -3414375 or 10086091. OLE color: 10086091.

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

Color convert

RGB203230153-
CMYK0.1200.330.10
HSL81.04º60.63%75.1%-
HSV(B)81.04º33.48%90.2%-
XYZ58.6871.5940.86-
YUV213.1594.05120.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.64%
GREEN value IS 230 (90.23% from 255) = 39.25%
BLUE value IS 153 (60.16% from 255) = 26.11%
R=34.64%
G=39.25%
B=26.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032301530.1200.330.1081.0460.6375.1
HexCBE699C021A513d4b
Octal313346231140411212175113
Binary11001011111001101001100111000100001101010100011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE699; }

 p { color: rgb(203,230,153); }

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

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

 a { background-color: rgb(203,230,153); }

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

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

 span { border-color: rgb(203,230,153); }

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