Html Css Color HEX #ADB516 Bahia

📋 copy color: '#ADB516'

red 173 ◦ green 181 ◦ blue 22

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

Shades of Bahia #ADB516

Tints of Bahia #ADB516

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.14%

 BLUE value IS 22 (8.98% from 255) = 5.85%

R = 46.01%
G = 48.14%
B = 5.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#ADB516 (or 0xADB516) is known color: Bahia. HEX triplet: AD, B5 and 16. RGB value is (173,181,22). Sum of RGB (Red+Green+Blue) = 173+181+22=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 181 (71.09% from 255 or 48.14% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB516 is #524AE9. Grayscale: #A1A1A1. Windows color (decimal): -5393130 or 1488301. OLE color: 1488301.

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

Color convert

RGB 173 181 22 -
CMYK 0.04 0 0.88 0.29
HSL 63.02º 0.78% 0.4% -
HSV(B) 63.02º 0.88% 0.71% -
XYZ 33.9 41.99 7.08 -
YUV 160.48 49.85 136.93 -
System Red Green Blue C M Y K H S L
Decimal 173 181 22 0.04 0 0.88 0.29 63.02 0.78 0.4
Hex AD B5 16 4 0 58 1D 3F 4E 28
Octal 255 265 26 4 0 130 35 77 116 50
Binary 10101101 10110101 10110 100 0 1011000 11101 111111 1001110 101000

Color Harmonies of #ADB516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB516

Black with #ADB516

Text Example


Text Example

White with #ADB516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB516; }

 p { color: rgb(173,181,22); }

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

background-color css

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

 a { background-color: rgb(173,181,22); }

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

border-color css

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

 span { border-color: rgb(173,181,22); }

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