Html Css Color HEX #ADB821 Bahia

📋 copy color: '#ADB821'

red 173 ◦ green 184 ◦ blue 33

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

Shades of Bahia #ADB821

Tints of Bahia #ADB821

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.18%

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

R = 44.36%
G = 47.18%
B = 8.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#ADB821 (or 0xADB821) is known color: Bahia. HEX triplet: AD, B8 and 21. RGB value is (173,184,33). Sum of RGB (Red+Green+Blue) = 173+184+33=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 184 (72.27% from 255 or 47.18% from 390); Blue value is 33 (13.28% from 255 or 8.46% from 390); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB821 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB821 is #5247DE. Grayscale: #A4A4A4. Windows color (decimal): -5392351 or 2209965. OLE color: 2209965.

HSL color Cylindrical-coordinate representation of color #ADB821: hue angle of 64.37º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADB821 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 184 33 -
CMYK 0.06 0 0.82 0.28
HSL 64.37º 0.7% 0.43% -
HSV(B) 64.37º 0.82% 0.72% -
XYZ 34.65 43.28 7.97 -
YUV 163.5 54.36 134.78 -
System Red Green Blue C M Y K H S L
Decimal 173 184 33 0.06 0 0.82 0.28 64.37 0.7 0.43
Hex AD B8 21 6 0 52 1C 40 46 2B
Octal 255 270 41 6 0 122 34 100 106 53
Binary 10101101 10111000 100001 110 0 1010010 11100 1000000 1000110 101011

Color Harmonies of #ADB821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB821

Black with #ADB821

Text Example


Text Example

White with #ADB821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB821; }

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

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

background-color css

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

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

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

border-color css

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

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

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