Html Css Color HEX #ADC720 Bahia

📋 copy color: '#ADC720'

red 173 ◦ green 199 ◦ blue 32

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

Shades of Bahia #ADC720

Tints of Bahia #ADC720

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.26%

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

R = 42.82%
G = 49.26%
B = 7.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#ADC720 (or 0xADC720) is known color: Bahia. HEX triplet: AD, C7 and 20. RGB value is (173,199,32). Sum of RGB (Red+Green+Blue) = 173+199+32=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 199 (78.12% from 255 or 49.26% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC720 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC720 is #5238DF. Grayscale: #ACACAC. Windows color (decimal): -5388512 or 2148269. OLE color: 2148269.

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

Color convert

RGB 173 199 32 -
CMYK 0.13 0 0.84 0.22
HSL 69.34º 0.72% 0.45% -
HSV(B) 69.34º 0.84% 0.78% -
XYZ 37.92 49.84 8.99 -
YUV 172.19 48.89 128.58 -
System Red Green Blue C M Y K H S L
Decimal 173 199 32 0.13 0 0.84 0.22 69.34 0.72 0.45
Hex AD C7 20 D 0 54 16 45 48 2D
Octal 255 307 40 15 0 124 26 105 110 55
Binary 10101101 11000111 100000 1101 0 1010100 10110 1000101 1001000 101101

Color Harmonies of #ADC720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC720

Black with #ADC720

Text Example


Text Example

White with #ADC720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC720; }

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

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

background-color css

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

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

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

border-color css

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

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

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