Html Css Color HEX #ADB720 Bahia

📋 copy color: '#ADB720'

red 173 ◦ green 183 ◦ blue 32

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

Shades of Bahia #ADB720

Tints of Bahia #ADB720

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.16%

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

R = 44.59%
G = 47.16%
B = 8.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#ADB720 (or 0xADB720) is known color: Bahia. HEX triplet: AD, B7 and 20. RGB value is (173,183,32). Sum of RGB (Red+Green+Blue) = 173+183+32=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 32 (12.89% from 255 or 8.25% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB720 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB720 is #5248DF. Grayscale: #A3A3A3. Windows color (decimal): -5392608 or 2144173. OLE color: 2144173.

HSL color Cylindrical-coordinate representation of color #ADB720: hue angle of 63.97º 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 #ADB720 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 32 -
CMYK 0.05 0 0.83 0.28
HSL 63.97º 0.7% 0.42% -
HSV(B) 63.97º 0.83% 0.72% -
XYZ 34.43 42.86 7.82 -
YUV 162.8 54.19 135.28 -
System Red Green Blue C M Y K H S L
Decimal 173 183 32 0.05 0 0.83 0.28 63.97 0.7 0.42
Hex AD B7 20 5 0 53 1C 40 46 2A
Octal 255 267 40 5 0 123 34 100 106 52
Binary 10101101 10110111 100000 101 0 1010011 11100 1000000 1000110 101010

Color Harmonies of #ADB720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB720

Black with #ADB720

Text Example


Text Example

White with #ADB720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB720; }

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

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

background-color css

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

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

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

border-color css

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

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

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