Html Css Color HEX #ADC120 Bahia

📋 copy color: '#ADC120'

red 173 ◦ green 193 ◦ blue 32

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

Shades of Bahia #ADC120

Tints of Bahia #ADC120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.49%

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

R = 43.47%
G = 48.49%
B = 8.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#ADC120 (or 0xADC120) is known color: Bahia. HEX triplet: AD, C1 and 20. RGB value is (173,193,32). Sum of RGB (Red+Green+Blue) = 173+193+32=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC120 is #523EDF. Grayscale: #A9A9A9. Windows color (decimal): -5390048 or 2146733. OLE color: 2146733.

HSL color Cylindrical-coordinate representation of color #ADC120: hue angle of 67.45º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADC120 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 193 32 -
CMYK 0.10 0 0.83 0.24
HSL 67.45º 0.72% 0.44% -
HSV(B) 67.45º 0.83% 0.76% -
XYZ 36.56 47.13 8.54 -
YUV 168.67 50.87 131.09 -
System Red Green Blue C M Y K H S L
Decimal 173 193 32 0.10 0 0.83 0.24 67.45 0.72 0.44
Hex AD C1 20 A 0 53 18 43 48 2C
Octal 255 301 40 12 0 123 30 103 110 54
Binary 10101101 11000001 100000 1010 0 1010011 11000 1000011 1001000 101100

Color Harmonies of #ADC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC120

Black with #ADC120

Text Example


Text Example

White with #ADC120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC120; }

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

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

background-color css

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

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

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

border-color css

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

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

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