Html Css Color HEX #ADB320 Bahia

📋 copy color: '#ADB320'

red 173 ◦ green 179 ◦ blue 32

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

Shades of Bahia #ADB320

Tints of Bahia #ADB320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.33%

R = 45.05%
G = 46.61%
B = 8.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#ADB320 (or 0xADB320) is known color: Bahia. HEX triplet: AD, B3 and 20. RGB value is (173,179,32). Sum of RGB (Red+Green+Blue) = 173+179+32=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB320 is #524CDF. Grayscale: #A1A1A1. Windows color (decimal): -5393632 or 2143149. OLE color: 2143149.

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

Color convert

RGB 173 179 32 -
CMYK 0.03 0 0.82 0.30
HSL 62.45º 0.7% 0.41% -
HSV(B) 62.45º 0.82% 0.7% -
XYZ 33.61 41.23 7.55 -
YUV 160.45 55.51 136.95 -
System Red Green Blue C M Y K H S L
Decimal 173 179 32 0.03 0 0.82 0.30 62.45 0.7 0.41
Hex AD B3 20 3 0 52 1E 3E 46 29
Octal 255 263 40 3 0 122 36 76 106 51
Binary 10101101 10110011 100000 11 0 1010010 11110 111110 1000110 101001

Color Harmonies of #ADB320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB320

Black with #ADB320

Text Example


Text Example

White with #ADB320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB320; }

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

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

background-color css

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

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

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

border-color css

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

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

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