Html Css Color HEX #ADB422 Bahia

📋 copy color: '#ADB422'

red 173 ◦ green 180 ◦ blue 34

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

Shades of Bahia #ADB422

Tints of Bahia #ADB422

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.51%

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

R = 44.7%
G = 46.51%
B = 8.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#ADB422 (or 0xADB422) is known color: Bahia. HEX triplet: AD, B4 and 22. RGB value is (173,180,34). Sum of RGB (Red+Green+Blue) = 173+180+34=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 34 (13.67% from 255 or 8.79% from 387); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB422 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB422 is #524BDD. Grayscale: #A1A1A1. Windows color (decimal): -5393374 or 2274477. OLE color: 2274477.

HSL color Cylindrical-coordinate representation of color #ADB422: hue angle of 62.88º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADB422 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 34 -
CMYK 0.04 0 0.81 0.29
HSL 62.88º 0.68% 0.42% -
HSV(B) 62.88º 0.81% 0.71% -
XYZ 33.84 41.64 7.77 -
YUV 161.26 56.18 136.37 -
System Red Green Blue C M Y K H S L
Decimal 173 180 34 0.04 0 0.81 0.29 62.88 0.68 0.42
Hex AD B4 22 4 0 51 1D 3F 44 2A
Octal 255 264 42 4 0 121 35 77 104 52
Binary 10101101 10110100 100010 100 0 1010001 11101 111111 1000100 101010

Color Harmonies of #ADB422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB422

Black with #ADB422

Text Example


Text Example

White with #ADB422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB422; }

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

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

background-color css

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

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

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

border-color css

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

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

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