#CBE895

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

Shades of Reef #CBE895

Tints of Reef #CBE895

Color information

#CBE895 (or 0xCBE895) is unknown color: approx Reef. HEX triplet: CB, E8 and 95. RGB value is (203,232,149). Sum of RGB (Red+Green+Blue) = 203+232+149=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 232 (91.02% from 255 or 39.73% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE895 is #34176A. Grayscale: #D6D6D6. Windows color (decimal): -3413867 or 9824459. OLE color: 9824459.

HSL color Cylindrical-coordinate representation of color #CBE895: hue angle of 80.96º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBE895 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB203232149-
CMYK0.1200.360.09
HSL80.96º64.34%74.71%-
HSV(B)80.96º35.78%90.98%-
XYZ58.9172.5839.34-
YUV213.8791.39120.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.76%
GREEN value IS 232 (91.02% from 255) = 39.73%
BLUE value IS 149 (58.59% from 255) = 25.51%
R=34.76%
G=39.73%
B=25.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032321490.1200.360.0980.9664.3474.71
HexCBE895C024951404b
Octal3133502251404411121100113
Binary110010111110100010010101110001001001001101000110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE895; }

 p { color: rgb(203,232,149); }

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

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

 a { background-color: rgb(203,232,149); }

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

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

 span { border-color: rgb(203,232,149); }

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