Html Css Color HEX #ADB424 Bahia

📋 copy color: '#ADB424'

red 173 ◦ green 180 ◦ blue 36

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

Shades of Bahia #ADB424

Tints of Bahia #ADB424

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.27%

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

R = 44.47%
G = 46.27%
B = 9.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#ADB424 (or 0xADB424) is known color: Bahia. HEX triplet: AD, B4 and 24. RGB value is (173,180,36). Sum of RGB (Red+Green+Blue) = 173+180+36=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB424 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB424 is #524BDB. Grayscale: #A2A2A2. Windows color (decimal): -5393372 or 2405549. OLE color: 2405549.

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

Color convert

RGB 173 180 36 -
CMYK 0.04 0 0.8 0.29
HSL 62.92º 0.67% 0.42% -
HSV(B) 62.92º 0.8% 0.71% -
XYZ 33.87 41.65 7.92 -
YUV 161.49 57.18 136.21 -
System Red Green Blue C M Y K H S L
Decimal 173 180 36 0.04 0 0.8 0.29 62.92 0.67 0.42
Hex AD B4 24 4 0 50 1D 3F 43 2A
Octal 255 264 44 4 0 120 35 77 103 52
Binary 10101101 10110100 100100 100 0 1010000 11101 111111 1000011 101010

Color Harmonies of #ADB424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB424

Black with #ADB424

Text Example


Text Example

White with #ADB424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB424; }

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

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

background-color css

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

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

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

border-color css

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

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

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