Html Css Color HEX #ADB921 Bahia

📋 copy color: '#ADB921'

red 173 ◦ green 185 ◦ blue 33

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

Shades of Bahia #ADB921

Tints of Bahia #ADB921

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.31%

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

R = 44.25%
G = 47.31%
B = 8.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#ADB921 (or 0xADB921) is known color: Bahia. HEX triplet: AD, B9 and 21. RGB value is (173,185,33). Sum of RGB (Red+Green+Blue) = 173+185+33=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB921 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB921 is #5246DE. Grayscale: #A4A4A4. Windows color (decimal): -5392095 or 2210221. OLE color: 2210221.

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

Color convert

RGB 173 185 33 -
CMYK 0.06 0 0.82 0.27
HSL 64.74º 0.7% 0.43% -
HSV(B) 64.74º 0.82% 0.73% -
XYZ 34.86 43.69 8.04 -
YUV 164.08 54.02 134.36 -
System Red Green Blue C M Y K H S L
Decimal 173 185 33 0.06 0 0.82 0.27 64.74 0.7 0.43
Hex AD B9 21 6 0 52 1B 41 46 2B
Octal 255 271 41 6 0 122 33 101 106 53
Binary 10101101 10111001 100001 110 0 1010010 11011 1000001 1000110 101011

Color Harmonies of #ADB921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB921

Black with #ADB921

Text Example


Text Example

White with #ADB921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB921; }

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

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

background-color css

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

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

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

border-color css

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

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

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