Html Css Color HEX #ADB11A Bahia

📋 copy color: '#ADB11A'

red 173 ◦ green 177 ◦ blue 26

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

Shades of Bahia #ADB11A

Tints of Bahia #ADB11A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.07%

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

R = 46.01%
G = 47.07%
B = 6.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#ADB11A (or 0xADB11A) is known color: Bahia. HEX triplet: AD, B1 and 1A. RGB value is (173,177,26). Sum of RGB (Red+Green+Blue) = 173+177+26=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB11A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB11A is #524EE5. Grayscale: #9F9F9F. Windows color (decimal): -5394150 or 1749421. OLE color: 1749421.

HSL color Cylindrical-coordinate representation of color #ADB11A: hue angle of 61.59º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADB11A is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 26 -
CMYK 0.02 0 0.85 0.31
HSL 61.59º 0.74% 0.4% -
HSV(B) 61.59º 0.85% 0.69% -
XYZ 33.14 40.4 7.03 -
YUV 158.59 53.17 138.28 -
System Red Green Blue C M Y K H S L
Decimal 173 177 26 0.02 0 0.85 0.31 61.59 0.74 0.4
Hex AD B1 1A 2 0 55 1F 3E 4A 28
Octal 255 261 32 2 0 125 37 76 112 50
Binary 10101101 10110001 11010 10 0 1010101 11111 111110 1001010 101000

Color Harmonies of #ADB11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB11A

Black with #ADB11A

Text Example


Text Example

White with #ADB11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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