#CBEC98

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

Shades of Reef #CBEC98

Tints of Reef #CBEC98

Color information

#CBEC98 (or 0xCBEC98) is unknown color: approx Reef. HEX triplet: CB, EC and 98. RGB value is (203,236,152). Sum of RGB (Red+Green+Blue) = 203+236+152=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 152 (59.77% from 255 or 25.72% from 591); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEC98 is #341367. Grayscale: #D8D8D8. Windows color (decimal): -3412840 or 10022091. OLE color: 10022091.

HSL color Cylindrical-coordinate representation of color #CBEC98: hue angle of 83.57º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBEC98 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB203236152-
CMYK0.1400.360.07
HSL83.57º68.85%76.08%-
HSV(B)83.57º35.59%92.55%-
XYZ60.2974.9541-
YUV216.5691.57118.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.35%
GREEN value IS 236 (92.58% from 255) = 39.93%
BLUE value IS 152 (59.77% from 255) = 25.72%
R=34.35%
G=39.93%
B=25.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032361520.1400.360.0783.5768.8576.08
HexCBEC98E024754454c
Octal313354230160447124105114
Binary11001011111011001001100011100100100111101010010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEC98; }

 p { color: rgb(203,236,152); }

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

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

 a { background-color: rgb(203,236,152); }

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

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

 span { border-color: rgb(203,236,152); }

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