Html Css Color HEX #ADBA20 Bahia

📋 copy color: '#ADBA20'

red 173 ◦ green 186 ◦ blue 32

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

Shades of Bahia #ADBA20

Tints of Bahia #ADBA20

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.57%

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

R = 44.25%
G = 47.57%
B = 8.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#ADBA20 (or 0xADBA20) is known color: Bahia. HEX triplet: AD, BA and 20. RGB value is (173,186,32). Sum of RGB (Red+Green+Blue) = 173+186+32=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA20 is #5245DF. Grayscale: #A5A5A5. Windows color (decimal): -5391840 or 2144941. OLE color: 2144941.

HSL color Cylindrical-coordinate representation of color #ADBA20: hue angle of 65.06º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADBA20 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 32 -
CMYK 0.07 0 0.83 0.27
HSL 65.06º 0.71% 0.43% -
HSV(B) 65.06º 0.83% 0.73% -
XYZ 35.05 44.11 8.03 -
YUV 164.56 53.19 134.02 -
System Red Green Blue C M Y K H S L
Decimal 173 186 32 0.07 0 0.83 0.27 65.06 0.71 0.43
Hex AD BA 20 7 0 53 1B 41 47 2B
Octal 255 272 40 7 0 123 33 101 107 53
Binary 10101101 10111010 100000 111 0 1010011 11011 1000001 1000111 101011

Color Harmonies of #ADBA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA20

Black with #ADBA20

Text Example


Text Example

White with #ADBA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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