#ADC316

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

Shades of Bahia #ADC316

Tints of Bahia #ADC316

Color information

#ADC316 (or 0xADC316) is unknown color: approx Bahia. HEX triplet: AD, C3 and 16. RGB value is (173,195,22). Sum of RGB (Red+Green+Blue) = 173+195+22=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC316 is #523CE9. Grayscale: #A9A9A9. Windows color (decimal): -5389546 or 1491885. OLE color: 1491885.

HSL color Cylindrical-coordinate representation of color #ADC316: hue angle of 67.63º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADC316 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB17319522-
CMYK0.1100.890.24
HSL67.63º79.72%42.55%-
HSV(B)67.63º88.72%76.47%-
XYZ36.8947.978.07-
YUV168.745.21131.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.36%
GREEN value IS 195 (76.56% from 255) = 50%
BLUE value IS 22 (8.98% from 255) = 5.64%
R=44.36%
G=50%
B=5.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173195220.1100.890.2467.6379.7242.55
HexADC316B0591844502b
Octal255303261301313010412053
Binary1010110111000011101101011010110011100010001001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC316; }

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

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

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

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

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

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

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

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