Html Css Color HEX #ADB931 Bahia

📋 copy color: '#ADB931'

red 173 ◦ green 185 ◦ blue 49

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

Shades of Bahia #ADB931

Tints of Bahia #ADB931

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.45%

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

R = 42.51%
G = 45.45%
B = 12.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#ADB931 (or 0xADB931) is known color: Bahia. HEX triplet: AD, B9 and 31. RGB value is (173,185,49). Sum of RGB (Red+Green+Blue) = 173+185+49=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB931 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB931 is #5246CE. Grayscale: #A6A6A6. Windows color (decimal): -5392079 or 3258797. OLE color: 3258797.

HSL color Cylindrical-coordinate representation of color #ADB931: hue angle of 65.29º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADB931 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 49 -
CMYK 0.06 0 0.74 0.27
HSL 65.29º 0.58% 0.46% -
HSV(B) 65.29º 0.74% 0.73% -
XYZ 35.14 43.8 9.51 -
YUV 165.91 62.02 133.06 -
System Red Green Blue C M Y K H S L
Decimal 173 185 49 0.06 0 0.74 0.27 65.29 0.58 0.46
Hex AD B9 31 6 0 4A 1B 41 3A 2E
Octal 255 271 61 6 0 112 33 101 72 56
Binary 10101101 10111001 110001 110 0 1001010 11011 1000001 111010 101110

Color Harmonies of #ADB931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB931

Black with #ADB931

Text Example


Text Example

White with #ADB931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB931; }

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

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

background-color css

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

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

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

border-color css

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

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

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