#ADC013

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

Shades of Bahia #ADC013

Tints of Bahia #ADC013

Color information

#ADC013 (or 0xADC013) is unknown color: approx Bahia. HEX triplet: AD, C0 and 13. RGB value is (173,192,19). Sum of RGB (Red+Green+Blue) = 173+192+19=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC013 is #523FEC. Grayscale: #A7A7A7. Windows color (decimal): -5390317 or 1294509. OLE color: 1294509.

HSL color Cylindrical-coordinate representation of color #ADC013: hue angle of 66.59º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADC013 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB17319219-
CMYK0.1000.900.25
HSL66.59º81.99%41.37%-
HSV(B)66.59º90.1%75.29%-
XYZ36.246.637.71-
YUV166.644.71132.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.05%
GREEN value IS 192 (75.39% from 255) = 50%
BLUE value IS 19 (7.81% from 255) = 4.95%
R=45.05%
G=50%
B=4.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173192190.1000.900.2566.5981.9941.37
HexADC013A05A19435229
Octal255300231201323110312251
Binary1010110111000000100111010010110101100110000111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC013; }

 p { color: rgb(173,192,19); }

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

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

 a { background-color: rgb(173,192,19); }

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

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

 span { border-color: rgb(173,192,19); }

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