#CBE1A1

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

Shades of Reef #CBE1A1

Tints of Reef #CBE1A1

Color information

#CBE1A1 (or 0xCBE1A1) is unknown color: approx Reef. HEX triplet: CB, E1 and A1. RGB value is (203,225,161). Sum of RGB (Red+Green+Blue) = 203+225+161=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 161 (63.28% from 255 or 27.33% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE1A1 is #341E5E. Grayscale: #D3D3D3. Windows color (decimal): -3415647 or 10609099. OLE color: 10609099.

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

Color convert

RGB203225161-
CMYK0.1000.280.12
HSL80.62º51.61%75.69%-
HSV(B)80.62º28.44%88.24%-
XYZ57.9969.1244-
YUV211.1399.71122.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.47%
GREEN value IS 225 (88.28% from 255) = 38.20%
BLUE value IS 161 (63.28% from 255) = 27.33%
R=34.47%
G=38.20%
B=27.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032251610.1000.280.1280.6251.6175.69
HexCBE1A1A01CC51344c
Octal313341241120341412164114
Binary1100101111100001101000011010011100110010100011101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE1A1; }

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

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

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

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

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

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

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

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