Html Css Color HEX #ADB321 Bahia

📋 copy color: '#ADB321'

red 173 ◦ green 179 ◦ blue 33

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

Shades of Bahia #ADB321

Tints of Bahia #ADB321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.57%

R = 44.94%
G = 46.49%
B = 8.57%

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

#ADB321 (or 0xADB321) is known color: Bahia. HEX triplet: AD, B3 and 21. RGB value is (173,179,33). Sum of RGB (Red+Green+Blue) = 173+179+33=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB321 is #524CDE. Grayscale: #A1A1A1. Windows color (decimal): -5393631 or 2208685. OLE color: 2208685.

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

Color convert

RGB 173 179 33 -
CMYK 0.03 0 0.82 0.30
HSL 62.47º 0.69% 0.42% -
HSV(B) 62.47º 0.82% 0.7% -
XYZ 33.63 41.23 7.63 -
YUV 160.56 56.01 136.87 -
System Red Green Blue C M Y K H S L
Decimal 173 179 33 0.03 0 0.82 0.30 62.47 0.69 0.42
Hex AD B3 21 3 0 52 1E 3E 45 2A
Octal 255 263 41 3 0 122 36 76 105 52
Binary 10101101 10110011 100001 11 0 1010010 11110 111110 1000101 101010

Color Harmonies of #ADB321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB321

Black with #ADB321

Text Example


Text Example

White with #ADB321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB321; }

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

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

background-color css

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

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

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

border-color css

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

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

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