Html Css Color HEX #ADB324 Bahia

📋 copy color: '#ADB324'

red 173 ◦ green 179 ◦ blue 36

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

Shades of Bahia #ADB324

Tints of Bahia #ADB324

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.13%

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

R = 44.59%
G = 46.13%
B = 9.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#ADB324 (or 0xADB324) is known color: Bahia. HEX triplet: AD, B3 and 24. RGB value is (173,179,36). Sum of RGB (Red+Green+Blue) = 173+179+36=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 36 (14.45% from 255 or 9.28% from 388); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB324 is #524CDB. Grayscale: #A1A1A1. Windows color (decimal): -5393628 or 2405293. OLE color: 2405293.

HSL color Cylindrical-coordinate representation of color #ADB324: hue angle of 62.52º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADB324 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 36 -
CMYK 0.03 0 0.80 0.30
HSL 62.52º 0.67% 0.42% -
HSV(B) 62.52º 0.8% 0.7% -
XYZ 33.67 41.25 7.86 -
YUV 160.9 57.51 136.63 -
System Red Green Blue C M Y K H S L
Decimal 173 179 36 0.03 0 0.80 0.30 62.52 0.67 0.42
Hex AD B3 24 3 0 50 1E 3F 43 2A
Octal 255 263 44 3 0 120 36 77 103 52
Binary 10101101 10110011 100100 11 0 1010000 11110 111111 1000011 101010

Color Harmonies of #ADB324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB324

Black with #ADB324

Text Example


Text Example

White with #ADB324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB324; }

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

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

background-color css

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

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

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

border-color css

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

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

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