Html Css Color HEX #ADB31A Bahia

📋 copy color: '#ADB31A'

red 173 ◦ green 179 ◦ blue 26

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

Shades of Bahia #ADB31A

Tints of Bahia #ADB31A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.35%

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

R = 45.77%
G = 47.35%
B = 6.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#ADB31A (or 0xADB31A) is known color: Bahia. HEX triplet: AD, B3 and 1A. RGB value is (173,179,26). Sum of RGB (Red+Green+Blue) = 173+179+26=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 26 (10.55% from 255 or 6.88% from 378); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB31A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB31A is #524CE5. Grayscale: #A0A0A0. Windows color (decimal): -5393638 or 1749933. OLE color: 1749933.

HSL color Cylindrical-coordinate representation of color #ADB31A: hue angle of 62.35º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADB31A is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 26 -
CMYK 0.03 0 0.85 0.30
HSL 62.35º 0.75% 0.4% -
HSV(B) 62.35º 0.85% 0.7% -
XYZ 33.54 41.2 7.16 -
YUV 159.76 52.51 137.44 -
System Red Green Blue C M Y K H S L
Decimal 173 179 26 0.03 0 0.85 0.30 62.35 0.75 0.4
Hex AD B3 1A 3 0 55 1E 3E 4B 28
Octal 255 263 32 3 0 125 36 76 113 50
Binary 10101101 10110011 11010 11 0 1010101 11110 111110 1001011 101000

Color Harmonies of #ADB31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB31A

Black with #ADB31A

Text Example


Text Example

White with #ADB31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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