Html Css Color HEX #ADB924 Bahia

📋 copy color: '#ADB924'

red 173 ◦ green 185 ◦ blue 36

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

Shades of Bahia #ADB924

Tints of Bahia #ADB924

RGB

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

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

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

R = 43.91%
G = 46.95%
B = 9.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#ADB924 (or 0xADB924) is known color: Bahia. HEX triplet: AD, B9 and 24. RGB value is (173,185,36). Sum of RGB (Red+Green+Blue) = 173+185+36=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 36 (14.45% from 255 or 9.14% from 394); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB924 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB924 is #5246DB. Grayscale: #A5A5A5. Windows color (decimal): -5392092 or 2406829. OLE color: 2406829.

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

Color convert

RGB 173 185 36 -
CMYK 0.06 0 0.81 0.27
HSL 64.83º 0.67% 0.43% -
HSV(B) 64.83º 0.81% 0.73% -
XYZ 34.9 43.71 8.27 -
YUV 164.43 55.52 134.12 -
System Red Green Blue C M Y K H S L
Decimal 173 185 36 0.06 0 0.81 0.27 64.83 0.67 0.43
Hex AD B9 24 6 0 51 1B 41 43 2B
Octal 255 271 44 6 0 121 33 101 103 53
Binary 10101101 10111001 100100 110 0 1010001 11011 1000001 1000011 101011

Color Harmonies of #ADB924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB924

Black with #ADB924

Text Example


Text Example

White with #ADB924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB924; }

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

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

background-color css

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

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

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

border-color css

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

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

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