#ADCA16

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

Shades of Bahia #ADCA16

Tints of Bahia #ADCA16

Color information

#ADCA16 (or 0xADCA16) is unknown color: approx Bahia. HEX triplet: AD, CA and 16. RGB value is (173,202,22). Sum of RGB (Red+Green+Blue) = 173+202+22=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCA16 is #5235E9. Grayscale: #ADADAD. Windows color (decimal): -5387754 or 1493677. OLE color: 1493677.

HSL color Cylindrical-coordinate representation of color #ADCA16: hue angle of 69.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADCA16 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB17320222-
CMYK0.1400.890.21
HSL69.67º80.36%43.92%-
HSV(B)69.67º89.11%79.22%-
XYZ38.551.188.61-
YUV172.8142.89128.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.58%
GREEN value IS 202 (79.30% from 255) = 50.88%
BLUE value IS 22 (8.98% from 255) = 5.54%
R=43.58%
G=50.88%
B=5.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal173202220.1400.890.2169.6780.3643.92
HexADCA16E0591546502c
Octal255312261601312510612054
Binary1010110111001010101101110010110011010110001101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCA16; }

 p { color: rgb(173,202,22); }

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

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

 a { background-color: rgb(173,202,22); }

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

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

 span { border-color: rgb(173,202,22); }

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