Html Css Color HEX #ADB221 Bahia

📋 copy color: '#ADB221'

red 173 ◦ green 178 ◦ blue 33

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

Shades of Bahia #ADB221

Tints of Bahia #ADB221

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.35%

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

R = 45.05%
G = 46.35%
B = 8.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#ADB221 (or 0xADB221) is known color: Bahia. HEX triplet: AD, B2 and 21. RGB value is (173,178,33). Sum of RGB (Red+Green+Blue) = 173+178+33=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB221 is #524DDE. Grayscale: #A0A0A0. Windows color (decimal): -5393887 or 2208429. OLE color: 2208429.

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

Color convert

RGB 173 178 33 -
CMYK 0.03 0 0.81 0.30
HSL 62.07º 0.69% 0.41% -
HSV(B) 62.07º 0.81% 0.7% -
XYZ 33.43 40.83 7.56 -
YUV 159.98 56.34 137.29 -
System Red Green Blue C M Y K H S L
Decimal 173 178 33 0.03 0 0.81 0.30 62.07 0.69 0.41
Hex AD B2 21 3 0 51 1E 3E 45 29
Octal 255 262 41 3 0 121 36 76 105 51
Binary 10101101 10110010 100001 11 0 1010001 11110 111110 1000101 101001

Color Harmonies of #ADB221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB221

Black with #ADB221

Text Example


Text Example

White with #ADB221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB221; }

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

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

background-color css

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

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

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

border-color css

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

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

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