Html Css Color HEX #ADB731 Bahia

📋 copy color: '#ADB731'

red 173 ◦ green 183 ◦ blue 49

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

Shades of Bahia #ADB731

Tints of Bahia #ADB731

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.19%

 BLUE value IS 49 (19.53% from 255) = 12.1%

R = 42.72%
G = 45.19%
B = 12.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#ADB731 (or 0xADB731) is known color: Bahia. HEX triplet: AD, B7 and 31. RGB value is (173,183,49). Sum of RGB (Red+Green+Blue) = 173+183+49=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB731 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB731 is #5248CE. Grayscale: #A5A5A5. Windows color (decimal): -5392591 or 3258285. OLE color: 3258285.

HSL color Cylindrical-coordinate representation of color #ADB731: hue angle of 64.48º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADB731 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 49 -
CMYK 0.05 0 0.73 0.28
HSL 64.48º 0.58% 0.45% -
HSV(B) 64.48º 0.73% 0.72% -
XYZ 34.72 42.97 9.37 -
YUV 164.73 62.69 133.9 -
System Red Green Blue C M Y K H S L
Decimal 173 183 49 0.05 0 0.73 0.28 64.48 0.58 0.45
Hex AD B7 31 5 0 49 1C 40 3A 2D
Octal 255 267 61 5 0 111 34 100 72 55
Binary 10101101 10110111 110001 101 0 1001001 11100 1000000 111010 101101

Color Harmonies of #ADB731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB731

Black with #ADB731

Text Example


Text Example

White with #ADB731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB731; }

 p { color: rgb(173,183,49); }

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

background-color css

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

 a { background-color: rgb(173,183,49); }

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

border-color css

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

 span { border-color: rgb(173,183,49); }

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