#CBE392

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

Shades of Reef #CBE392

Tints of Reef #CBE392

Color information

#CBE392 (or 0xCBE392) is unknown color: approx Reef. HEX triplet: CB, E3 and 92. RGB value is (203,227,146). Sum of RGB (Red+Green+Blue) = 203+227+146=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 227 (89.06% from 255 or 39.41% from 576); Blue value is 146 (57.42% from 255 or 25.35% from 576); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE392 is #341C6D. Grayscale: #D2D2D2. Windows color (decimal): -3415150 or 9626571. OLE color: 9626571.

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

Color convert

RGB203227146-
CMYK0.1100.360.11
HSL77.78º59.12%73.14%-
HSV(B)77.78º35.68%89.02%-
XYZ57.2969.7137.63-
YUV210.5991.55122.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 227 (89.06% from 255) = 39.41%
BLUE value IS 146 (57.42% from 255) = 25.35%
R=35.24%
G=39.41%
B=25.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032271460.1100.360.1177.7859.1273.14
HexCBE392B024B4e3b49
Octal313343222130441311673111
Binary11001011111000111001001010110100100101110011101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE392; }

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

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

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

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

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

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

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

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