Html Css Color HEX #ADC520 Bahia

📋 copy color: '#ADC520'

red 173 ◦ green 197 ◦ blue 32

#ADC520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #ADC520

Tints of Bahia #ADC520

RGB

 RED value IS 173 (67.97% from 255) = 43.03%

 GREEN value IS 197 (77.34% from 255) = 49%

 BLUE value IS 32 (12.89% from 255) = 7.96%

R = 43.03%
G = 49%
B = 7.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#ADC520 (or 0xADC520) is known color: Bahia. HEX triplet: AD, C5 and 20. RGB value is (173,197,32). Sum of RGB (Red+Green+Blue) = 173+197+32=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC520 is #523ADF. Grayscale: #ABABAB. Windows color (decimal): -5389024 or 2147757. OLE color: 2147757.

HSL color Cylindrical-coordinate representation of color #ADC520: hue angle of 68.73º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADC520 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 197 32 -
CMYK 0.12 0 0.84 0.23
HSL 68.73º 0.72% 0.45% -
HSV(B) 68.73º 0.84% 0.77% -
XYZ 37.46 48.92 8.83 -
YUV 171.01 49.55 129.42 -
System Red Green Blue C M Y K H S L
Decimal 173 197 32 0.12 0 0.84 0.23 68.73 0.72 0.45
Hex AD C5 20 C 0 54 17 45 48 2D
Octal 255 305 40 14 0 124 27 105 110 55
Binary 10101101 11000101 100000 1100 0 1010100 10111 1000101 1001000 101101

Color Harmonies of #ADC520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC520

Black with #ADC520

Text Example


Text Example

White with #ADC520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC520; }

 p { color: rgb(173,197,32); }

 H1.HeaderClassName
 {
   color: #ADC520;
 }
 .AnyTagClassName
 {
   color: #ADC520;
 }
</style>

background-color css

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

 a { background-color: rgb(173,197,32); }

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

border-color css

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

 span { border-color: rgb(173,197,32); }

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