Html Css Color HEX #ADB61A Bahia

📋 copy color: '#ADB61A'

red 173 ◦ green 182 ◦ blue 26

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

Shades of Bahia #ADB61A

Tints of Bahia #ADB61A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.77%

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

R = 45.41%
G = 47.77%
B = 6.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#ADB61A (or 0xADB61A) is known color: Bahia. HEX triplet: AD, B6 and 1A. RGB value is (173,182,26). Sum of RGB (Red+Green+Blue) = 173+182+26=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 26 (10.55% from 255 or 6.82% from 381); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB61A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB61A is #5249E5. Grayscale: #A2A2A2. Windows color (decimal): -5392870 or 1750701. OLE color: 1750701.

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

Color convert

RGB 173 182 26 -
CMYK 0.05 0 0.86 0.29
HSL 63.46º 0.75% 0.41% -
HSV(B) 63.46º 0.86% 0.71% -
XYZ 34.15 42.41 7.36 -
YUV 161.53 51.52 136.18 -
System Red Green Blue C M Y K H S L
Decimal 173 182 26 0.05 0 0.86 0.29 63.46 0.75 0.41
Hex AD B6 1A 5 0 56 1D 3F 4B 29
Octal 255 266 32 5 0 126 35 77 113 51
Binary 10101101 10110110 11010 101 0 1010110 11101 111111 1001011 101001

Color Harmonies of #ADB61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB61A

Black with #ADB61A

Text Example


Text Example

White with #ADB61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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