Html Css Color HEX #ADC920 Bahia

📋 copy color: '#ADC920'

red 173 ◦ green 201 ◦ blue 32

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

Shades of Bahia #ADC920

Tints of Bahia #ADC920

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.51%

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

R = 42.61%
G = 49.51%
B = 7.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#ADC920 (or 0xADC920) is known color: Bahia. HEX triplet: AD, C9 and 20. RGB value is (173,201,32). Sum of RGB (Red+Green+Blue) = 173+201+32=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC920 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC920 is #5236DF. Grayscale: #AEAEAE. Windows color (decimal): -5388000 or 2148781. OLE color: 2148781.

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

Color convert

RGB 173 201 32 -
CMYK 0.14 0 0.84 0.21
HSL 69.94º 0.73% 0.46% -
HSV(B) 69.94º 0.84% 0.79% -
XYZ 38.38 50.76 9.14 -
YUV 173.36 48.22 127.74 -
System Red Green Blue C M Y K H S L
Decimal 173 201 32 0.14 0 0.84 0.21 69.94 0.73 0.46
Hex AD C9 20 E 0 54 15 46 49 2E
Octal 255 311 40 16 0 124 25 106 111 56
Binary 10101101 11001001 100000 1110 0 1010100 10101 1000110 1001001 101110

Color Harmonies of #ADC920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC920

Black with #ADC920

Text Example


Text Example

White with #ADC920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC920; }

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

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

background-color css

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

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

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

border-color css

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

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

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