Html Css Color HEX #ADB531 Bahia

📋 copy color: '#ADB531'

red 173 ◦ green 181 ◦ blue 49

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

Shades of Bahia #ADB531

Tints of Bahia #ADB531

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.91%

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

R = 42.93%
G = 44.91%
B = 12.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#ADB531 (or 0xADB531) is known color: Bahia. HEX triplet: AD, B5 and 31. RGB value is (173,181,49). Sum of RGB (Red+Green+Blue) = 173+181+49=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB531 is #524ACE. Grayscale: #A4A4A4. Windows color (decimal): -5393103 or 3257773. OLE color: 3257773.

HSL color Cylindrical-coordinate representation of color #ADB531: hue angle of 63.64º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADB531 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 181 49 -
CMYK 0.04 0 0.73 0.29
HSL 63.64º 0.57% 0.45% -
HSV(B) 63.64º 0.73% 0.71% -
XYZ 34.31 42.15 9.23 -
YUV 163.56 63.35 134.73 -
System Red Green Blue C M Y K H S L
Decimal 173 181 49 0.04 0 0.73 0.29 63.64 0.57 0.45
Hex AD B5 31 4 0 49 1D 40 39 2D
Octal 255 265 61 4 0 111 35 100 71 55
Binary 10101101 10110101 110001 100 0 1001001 11101 1000000 111001 101101

Color Harmonies of #ADB531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB531

Black with #ADB531

Text Example


Text Example

White with #ADB531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB531; }

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

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

background-color css

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

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

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

border-color css

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

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

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