#CBEC9A

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

Shades of Reef #CBEC9A

Tints of Reef #CBEC9A

Color information

#CBEC9A (or 0xCBEC9A) is unknown color: approx Reef. HEX triplet: CB, EC and 9A. RGB value is (203,236,154). Sum of RGB (Red+Green+Blue) = 203+236+154=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 154 (60.55% from 255 or 25.97% from 593); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEC9A is #341365. Grayscale: #D9D9D9. Windows color (decimal): -3412838 or 10153163. OLE color: 10153163.

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

Color convert

RGB203236154-
CMYK0.1400.350.07
HSL84.15º68.33%76.47%-
HSV(B)84.15º34.75%92.55%-
XYZ60.4675.0241.87-
YUV216.7892.57118.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.23%
GREEN value IS 236 (92.58% from 255) = 39.80%
BLUE value IS 154 (60.55% from 255) = 25.97%
R=34.23%
G=39.80%
B=25.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032361540.1400.350.0784.1568.3376.47
HexCBEC9AE023754444c
Octal313354232160437124104114
Binary11001011111011001001101011100100011111101010010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEC9A; }

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

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

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

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

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

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

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

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