Html Css Color HEX #ADB119 Bahia

📋 copy color: '#ADB119'

red 173 ◦ green 177 ◦ blue 25

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

Shades of Bahia #ADB119

Tints of Bahia #ADB119

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.2%

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

R = 46.13%
G = 47.2%
B = 6.67%

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

#ADB119 (or 0xADB119) is known color: Bahia. HEX triplet: AD, B1 and 19. RGB value is (173,177,25). Sum of RGB (Red+Green+Blue) = 173+177+25=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB119 is #524EE6. Grayscale: #9F9F9F. Windows color (decimal): -5394151 or 1683885. OLE color: 1683885.

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

Color convert

RGB 173 177 25 -
CMYK 0.02 0 0.86 0.31
HSL 61.58º 0.75% 0.4% -
HSV(B) 61.58º 0.86% 0.69% -
XYZ 33.13 40.4 6.97 -
YUV 158.48 52.67 138.36 -
System Red Green Blue C M Y K H S L
Decimal 173 177 25 0.02 0 0.86 0.31 61.58 0.75 0.4
Hex AD B1 19 2 0 56 1F 3E 4B 28
Octal 255 261 31 2 0 126 37 76 113 50
Binary 10101101 10110001 11001 10 0 1010110 11111 111110 1001011 101000

Color Harmonies of #ADB119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB119

Black with #ADB119

Text Example


Text Example

White with #ADB119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB119; }

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

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

background-color css

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

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

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

border-color css

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

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

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