#CAD99A

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

Shades of Reef #CAD99A

Tints of Reef #CAD99A

Color information

#CAD99A (or 0xCAD99A) is unknown color: approx Reef. HEX triplet: CA, D9 and 9A. RGB value is (202,217,154). Sum of RGB (Red+Green+Blue) = 202+217+154=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 154 (60.55% from 255 or 26.88% from 573); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD99A is #352665. Grayscale: #CDCDCD. Windows color (decimal): -3483238 or 10148298. OLE color: 10148298.

HSL color Cylindrical-coordinate representation of color #CAD99A: hue angle of 74.29º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAD99A is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB202217154-
CMYK0.0700.290.15
HSL74.29º45.32%72.75%-
HSV(B)74.29º29.03%85.1%-
XYZ5564.5240.13-
YUV205.3399.03125.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 217 (85.16% from 255) = 37.87%
BLUE value IS 154 (60.55% from 255) = 26.88%
R=35.25%
G=37.87%
B=26.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022171540.0700.290.1574.2945.3272.75
HexCAD99A701DF4a2d49
Octal31233123270351711255111
Binary110010101101100110011010111011101111110010101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD99A; }

 p { color: rgb(202,217,154); }

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

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

 a { background-color: rgb(202,217,154); }

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

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

 span { border-color: rgb(202,217,154); }

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