Html Css Color HEX #ADB722 Bahia

📋 copy color: '#ADB722'

red 173 ◦ green 183 ◦ blue 34

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

Shades of Bahia #ADB722

Tints of Bahia #ADB722

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.92%

 BLUE value IS 34 (13.67% from 255) = 8.72%

R = 44.36%
G = 46.92%
B = 8.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#ADB722 (or 0xADB722) is known color: Bahia. HEX triplet: AD, B7 and 22. RGB value is (173,183,34). Sum of RGB (Red+Green+Blue) = 173+183+34=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 34 (13.67% from 255 or 8.72% from 390); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB722 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB722 is #5248DD. Grayscale: #A3A3A3. Windows color (decimal): -5392606 or 2275245. OLE color: 2275245.

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

Color convert

RGB 173 183 34 -
CMYK 0.05 0 0.81 0.28
HSL 64.03º 0.69% 0.43% -
HSV(B) 64.03º 0.81% 0.72% -
XYZ 34.46 42.87 7.97 -
YUV 163.02 55.19 135.12 -
System Red Green Blue C M Y K H S L
Decimal 173 183 34 0.05 0 0.81 0.28 64.03 0.69 0.43
Hex AD B7 22 5 0 51 1C 40 45 2B
Octal 255 267 42 5 0 121 34 100 105 53
Binary 10101101 10110111 100010 101 0 1010001 11100 1000000 1000101 101011

Color Harmonies of #ADB722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB722

Black with #ADB722

Text Example


Text Example

White with #ADB722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB722; }

 p { color: rgb(173,183,34); }

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

background-color css

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

 a { background-color: rgb(173,183,34); }

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

border-color css

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

 span { border-color: rgb(173,183,34); }

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