Html Css Color HEX #ADB820 Bahia

📋 copy color: '#ADB820'

red 173 ◦ green 184 ◦ blue 32

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

Shades of Bahia #ADB820

Tints of Bahia #ADB820

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.3%

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

R = 44.47%
G = 47.3%
B = 8.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#ADB820 (or 0xADB820) is known color: Bahia. HEX triplet: AD, B8 and 20. RGB value is (173,184,32). Sum of RGB (Red+Green+Blue) = 173+184+32=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 184 (72.27% from 255 or 47.30% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB820 is #5247DF. Grayscale: #A3A3A3. Windows color (decimal): -5392352 or 2144429. OLE color: 2144429.

HSL color Cylindrical-coordinate representation of color #ADB820: hue angle of 64.34º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADB820 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 184 32 -
CMYK 0.06 0 0.83 0.28
HSL 64.34º 0.7% 0.42% -
HSV(B) 64.34º 0.83% 0.72% -
XYZ 34.63 43.27 7.89 -
YUV 163.38 53.86 134.86 -
System Red Green Blue C M Y K H S L
Decimal 173 184 32 0.06 0 0.83 0.28 64.34 0.7 0.42
Hex AD B8 20 6 0 53 1C 40 46 2A
Octal 255 270 40 6 0 123 34 100 106 52
Binary 10101101 10111000 100000 110 0 1010011 11100 1000000 1000110 101010

Color Harmonies of #ADB820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB820

Black with #ADB820

Text Example


Text Example

White with #ADB820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB820; }

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

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

background-color css

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

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

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

border-color css

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

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

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