Html Css Color HEX #ADB819 Bahia

📋 copy color: '#ADB819'

red 173 ◦ green 184 ◦ blue 25

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

Shades of Bahia #ADB819

Tints of Bahia #ADB819

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.17%

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

R = 45.29%
G = 48.17%
B = 6.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#ADB819 (or 0xADB819) is known color: Bahia. HEX triplet: AD, B8 and 19. RGB value is (173,184,25). Sum of RGB (Red+Green+Blue) = 173+184+25=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 25 (10.16% from 255 or 6.54% from 382); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB819 is #5247E6. Grayscale: #A3A3A3. Windows color (decimal): -5392359 or 1685677. OLE color: 1685677.

HSL color Cylindrical-coordinate representation of color #ADB819: hue angle of 64.15º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADB819 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 184 25 -
CMYK 0.06 0 0.86 0.28
HSL 64.15º 0.76% 0.41% -
HSV(B) 64.15º 0.86% 0.72% -
XYZ 34.55 43.24 7.44 -
YUV 162.59 50.36 135.43 -
System Red Green Blue C M Y K H S L
Decimal 173 184 25 0.06 0 0.86 0.28 64.15 0.76 0.41
Hex AD B8 19 6 0 56 1C 40 4C 29
Octal 255 270 31 6 0 126 34 100 114 51
Binary 10101101 10111000 11001 110 0 1010110 11100 1000000 1001100 101001

Color Harmonies of #ADB819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB819

Black with #ADB819

Text Example


Text Example

White with #ADB819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB819; }

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

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

background-color css

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

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

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

border-color css

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

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

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