Html Css Color HEX #ADB82A Bahia

📋 copy color: '#ADB82A'

red 173 ◦ green 184 ◦ blue 42

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

Shades of Bahia #ADB82A

Tints of Bahia #ADB82A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.53%

R = 43.36%
G = 46.12%
B = 10.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#ADB82A (or 0xADB82A) is known color: Bahia. HEX triplet: AD, B8 and 2A. RGB value is (173,184,42). Sum of RGB (Red+Green+Blue) = 173+184+42=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 184 (72.27% from 255 or 46.12% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB82A is #5247D5. Grayscale: #A5A5A5. Windows color (decimal): -5392342 or 2799789. OLE color: 2799789.

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

Color convert

RGB 173 184 42 -
CMYK 0.06 0 0.77 0.28
HSL 64.65º 0.63% 0.44% -
HSV(B) 64.65º 0.77% 0.72% -
XYZ 34.79 43.33 8.72 -
YUV 164.52 58.86 134.05 -
System Red Green Blue C M Y K H S L
Decimal 173 184 42 0.06 0 0.77 0.28 64.65 0.63 0.44
Hex AD B8 2A 6 0 4D 1C 41 3F 2C
Octal 255 270 52 6 0 115 34 101 77 54
Binary 10101101 10111000 101010 110 0 1001101 11100 1000001 111111 101100

Color Harmonies of #ADB82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB82A

Black with #ADB82A

Text Example


Text Example

White with #ADB82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB82A; }

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

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

background-color css

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

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

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

border-color css

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

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

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