Html Css Color HEX #ADB41A Bahia

📋 copy color: '#ADB41A'

red 173 ◦ green 180 ◦ blue 26

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

Shades of Bahia #ADB41A

Tints of Bahia #ADB41A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.86%

R = 45.65%
G = 47.49%
B = 6.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#ADB41A (or 0xADB41A) is known color: Bahia. HEX triplet: AD, B4 and 1A. RGB value is (173,180,26). Sum of RGB (Red+Green+Blue) = 173+180+26=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB41A is #524BE5. Grayscale: #A0A0A0. Windows color (decimal): -5393382 or 1750189. OLE color: 1750189.

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

Color convert

RGB 173 180 26 -
CMYK 0.04 0 0.86 0.29
HSL 62.73º 0.75% 0.4% -
HSV(B) 62.73º 0.86% 0.71% -
XYZ 33.74 41.6 7.23 -
YUV 160.35 52.18 137.02 -
System Red Green Blue C M Y K H S L
Decimal 173 180 26 0.04 0 0.86 0.29 62.73 0.75 0.4
Hex AD B4 1A 4 0 56 1D 3F 4B 28
Octal 255 264 32 4 0 126 35 77 113 50
Binary 10101101 10110100 11010 100 0 1010110 11101 111111 1001011 101000

Color Harmonies of #ADB41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB41A

Black with #ADB41A

Text Example


Text Example

White with #ADB41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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