#CBE193

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

Shades of Reef #CBE193

Tints of Reef #CBE193

Color information

#CBE193 (or 0xCBE193) is unknown color: approx Reef. HEX triplet: CB, E1 and 93. RGB value is (203,225,147). Sum of RGB (Red+Green+Blue) = 203+225+147=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 147 (57.81% from 255 or 25.57% from 575); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE193 is #341E6C. Grayscale: #D1D1D1. Windows color (decimal): -3415661 or 9691595. OLE color: 9691595.

HSL color Cylindrical-coordinate representation of color #CBE193: hue angle of 76.92º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBE193 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB203225147-
CMYK0.1000.350.12
HSL76.92º56.52%72.94%-
HSV(B)76.92º34.67%88.24%-
XYZ56.8268.6537.86-
YUV209.5392.71123.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 225 (88.28% from 255) = 39.13%
BLUE value IS 147 (57.81% from 255) = 25.57%
R=35.30%
G=39.13%
B=25.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032251470.1000.350.1276.9256.5272.94
HexCBE193A023C4d3949
Octal313341223120431411571111
Binary11001011111000011001001110100100011110010011011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE193; }

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

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

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

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

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

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

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

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