Html Css Color HEX #ADB319 Bahia

📋 copy color: '#ADB319'

red 173 ◦ green 179 ◦ blue 25

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

Shades of Bahia #ADB319

Tints of Bahia #ADB319

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.48%

 BLUE value IS 25 (10.16% from 255) = 6.63%

R = 45.89%
G = 47.48%
B = 6.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#ADB319 (or 0xADB319) is known color: Bahia. HEX triplet: AD, B3 and 19. RGB value is (173,179,25). Sum of RGB (Red+Green+Blue) = 173+179+25=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 25 (10.16% from 255 or 6.63% from 377); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB319 is #524CE6. Grayscale: #A0A0A0. Windows color (decimal): -5393639 or 1684397. OLE color: 1684397.

HSL color Cylindrical-coordinate representation of color #ADB319: hue angle of 62.34º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADB319 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 25 -
CMYK 0.03 0 0.86 0.30
HSL 62.34º 0.75% 0.4% -
HSV(B) 62.34º 0.86% 0.7% -
XYZ 33.53 41.19 7.1 -
YUV 159.65 52.01 137.52 -
System Red Green Blue C M Y K H S L
Decimal 173 179 25 0.03 0 0.86 0.30 62.34 0.75 0.4
Hex AD B3 19 3 0 56 1E 3E 4B 28
Octal 255 263 31 3 0 126 36 76 113 50
Binary 10101101 10110011 11001 11 0 1010110 11110 111110 1001011 101000

Color Harmonies of #ADB319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB319

Black with #ADB319

Text Example


Text Example

White with #ADB319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB319; }

 p { color: rgb(173,179,25); }

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

background-color css

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

 a { background-color: rgb(173,179,25); }

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

border-color css

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

 span { border-color: rgb(173,179,25); }

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