Html Css Color HEX #ADB416 Bahia

📋 copy color: '#ADB416'

red 173 ◦ green 180 ◦ blue 22

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

Shades of Bahia #ADB416

Tints of Bahia #ADB416

RGB

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

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

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

R = 46.13%
G = 48%
B = 5.87%

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

#ADB416 (or 0xADB416) is known color: Bahia. HEX triplet: AD, B4 and 16. RGB value is (173,180,22). Sum of RGB (Red+Green+Blue) = 173+180+22=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB416 is #524BE9. Grayscale: #A0A0A0. Windows color (decimal): -5393386 or 1488045. OLE color: 1488045.

HSL color Cylindrical-coordinate representation of color #ADB416: hue angle of 62.66º 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 #ADB416 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 22 -
CMYK 0.04 0 0.88 0.29
HSL 62.66º 0.78% 0.4% -
HSV(B) 62.66º 0.88% 0.71% -
XYZ 33.7 41.58 7.01 -
YUV 159.9 50.18 137.35 -
System Red Green Blue C M Y K H S L
Decimal 173 180 22 0.04 0 0.88 0.29 62.66 0.78 0.4
Hex AD B4 16 4 0 58 1D 3F 4E 28
Octal 255 264 26 4 0 130 35 77 116 50
Binary 10101101 10110100 10110 100 0 1011000 11101 111111 1001110 101000

Color Harmonies of #ADB416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB416

Black with #ADB416

Text Example


Text Example

White with #ADB416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB416; }

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

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

background-color css

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

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

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

border-color css

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

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

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