Html Css Color HEX #ADB42A Bahia

📋 copy color: '#ADB42A'

red 173 ◦ green 180 ◦ blue 42

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

Shades of Bahia #ADB42A

Tints of Bahia #ADB42A

RGB

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

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

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

R = 43.8%
G = 45.57%
B = 10.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#ADB42A (or 0xADB42A) is known color: Bahia. HEX triplet: AD, B4 and 2A. RGB value is (173,180,42). Sum of RGB (Red+Green+Blue) = 173+180+42=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB42A is #524BD5. Grayscale: #A2A2A2. Windows color (decimal): -5393366 or 2798765. OLE color: 2798765.

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

Color convert

RGB 173 180 42 -
CMYK 0.04 0 0.77 0.29
HSL 63.04º 0.62% 0.44% -
HSV(B) 63.04º 0.77% 0.71% -
XYZ 33.97 41.69 8.45 -
YUV 162.18 60.18 135.72 -
System Red Green Blue C M Y K H S L
Decimal 173 180 42 0.04 0 0.77 0.29 63.04 0.62 0.44
Hex AD B4 2A 4 0 4D 1D 3F 3E 2C
Octal 255 264 52 4 0 115 35 77 76 54
Binary 10101101 10110100 101010 100 0 1001101 11101 111111 111110 101100

Color Harmonies of #ADB42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB42A

Black with #ADB42A

Text Example


Text Example

White with #ADB42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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