Html Css Color HEX #ADB524 Bahia

📋 copy color: '#ADB524'

red 173 ◦ green 181 ◦ blue 36

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

Shades of Bahia #ADB524

Tints of Bahia #ADB524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.23%

R = 44.36%
G = 46.41%
B = 9.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#ADB524 (or 0xADB524) is known color: Bahia. HEX triplet: AD, B5 and 24. RGB value is (173,181,36). Sum of RGB (Red+Green+Blue) = 173+181+36=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 36 (14.45% from 255 or 9.23% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB524 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB524 is #524ADB. Grayscale: #A2A2A2. Windows color (decimal): -5393116 or 2405805. OLE color: 2405805.

HSL color Cylindrical-coordinate representation of color #ADB524: hue angle of 63.31º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADB524 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 181 36 -
CMYK 0.04 0 0.80 0.29
HSL 63.31º 0.67% 0.43% -
HSV(B) 63.31º 0.8% 0.71% -
XYZ 34.08 42.06 7.99 -
YUV 162.08 56.85 135.79 -
System Red Green Blue C M Y K H S L
Decimal 173 181 36 0.04 0 0.80 0.29 63.31 0.67 0.43
Hex AD B5 24 4 0 50 1D 3F 43 2B
Octal 255 265 44 4 0 120 35 77 103 53
Binary 10101101 10110101 100100 100 0 1010000 11101 111111 1000011 101011

Color Harmonies of #ADB524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB524

Black with #ADB524

Text Example


Text Example

White with #ADB524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB524; }

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

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

background-color css

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

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

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

border-color css

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

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

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