Html Css Color HEX #ADB420 Bahia

📋 copy color: '#ADB420'

red 173 ◦ green 180 ◦ blue 32

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

Shades of Bahia #ADB420

Tints of Bahia #ADB420

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.75%

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

R = 44.94%
G = 46.75%
B = 8.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#ADB420 (or 0xADB420) is known color: Bahia. HEX triplet: AD, B4 and 20. RGB value is (173,180,32). Sum of RGB (Red+Green+Blue) = 173+180+32=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB420 is #524BDF. Grayscale: #A1A1A1. Windows color (decimal): -5393376 or 2143405. OLE color: 2143405.

HSL color Cylindrical-coordinate representation of color #ADB420: hue angle of 62.84º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADB420 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 32 -
CMYK 0.04 0 0.82 0.29
HSL 62.84º 0.7% 0.42% -
HSV(B) 62.84º 0.82% 0.71% -
XYZ 33.82 41.63 7.62 -
YUV 161.04 55.18 136.53 -
System Red Green Blue C M Y K H S L
Decimal 173 180 32 0.04 0 0.82 0.29 62.84 0.7 0.42
Hex AD B4 20 4 0 52 1D 3F 46 2A
Octal 255 264 40 4 0 122 35 77 106 52
Binary 10101101 10110100 100000 100 0 1010010 11101 111111 1000110 101010

Color Harmonies of #ADB420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB420

Black with #ADB420

Text Example


Text Example

White with #ADB420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB420; }

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

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

background-color css

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

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

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

border-color css

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

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

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