Html Css Color HEX #ADB019 Bahia

📋 copy color: '#ADB019'

red 173 ◦ green 176 ◦ blue 25

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

Shades of Bahia #ADB019

Tints of Bahia #ADB019

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.06%

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

R = 46.26%
G = 47.06%
B = 6.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#ADB019 (or 0xADB019) is known color: Bahia. HEX triplet: AD, B0 and 19. RGB value is (173,176,25). Sum of RGB (Red+Green+Blue) = 173+176+25=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB019 is #524FE6. Grayscale: #9E9E9E. Windows color (decimal): -5394407 or 1683629. OLE color: 1683629.

HSL color Cylindrical-coordinate representation of color #ADB019: hue angle of 61.19º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADB019 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 25 -
CMYK 0.02 0 0.86 0.31
HSL 61.19º 0.75% 0.39% -
HSV(B) 61.19º 0.86% 0.69% -
XYZ 32.93 40.01 6.91 -
YUV 157.89 53.01 138.78 -
System Red Green Blue C M Y K H S L
Decimal 173 176 25 0.02 0 0.86 0.31 61.19 0.75 0.39
Hex AD B0 19 2 0 56 1F 3D 4B 27
Octal 255 260 31 2 0 126 37 75 113 47
Binary 10101101 10110000 11001 10 0 1010110 11111 111101 1001011 100111

Color Harmonies of #ADB019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB019

Black with #ADB019

Text Example


Text Example

White with #ADB019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB019; }

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

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

background-color css

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

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

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

border-color css

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

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

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