Html Css Color HEX #ADB419 Bahia

📋 copy color: '#ADB419'

red 173 ◦ green 180 ◦ blue 25

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

Shades of Bahia #ADB419

Tints of Bahia #ADB419

RGB

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

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

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

R = 45.77%
G = 47.62%
B = 6.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#ADB419 (or 0xADB419) is known color: Bahia. HEX triplet: AD, B4 and 19. RGB value is (173,180,25). Sum of RGB (Red+Green+Blue) = 173+180+25=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 25 (10.16% from 255 or 6.61% from 378); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB419 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB419 is #524BE6. Grayscale: #A0A0A0. Windows color (decimal): -5393383 or 1684653. OLE color: 1684653.

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

Color convert

RGB 173 180 25 -
CMYK 0.04 0 0.86 0.29
HSL 62.71º 0.76% 0.4% -
HSV(B) 62.71º 0.86% 0.71% -
XYZ 33.73 41.6 7.17 -
YUV 160.24 51.68 137.1 -
System Red Green Blue C M Y K H S L
Decimal 173 180 25 0.04 0 0.86 0.29 62.71 0.76 0.4
Hex AD B4 19 4 0 56 1D 3F 4C 28
Octal 255 264 31 4 0 126 35 77 114 50
Binary 10101101 10110100 11001 100 0 1010110 11101 111111 1001100 101000

Color Harmonies of #ADB419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB419

Black with #ADB419

Text Example


Text Example

White with #ADB419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB419; }

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

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

background-color css

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

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

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

border-color css

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

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

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