Html Css Color HEX #ADB116 Bahia

📋 copy color: '#ADB116'

red 173 ◦ green 177 ◦ blue 22

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

Shades of Bahia #ADB116

Tints of Bahia #ADB116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.91%

R = 46.51%
G = 47.58%
B = 5.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#ADB116 (or 0xADB116) is known color: Bahia. HEX triplet: AD, B1 and 16. RGB value is (173,177,22). Sum of RGB (Red+Green+Blue) = 173+177+22=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB116 is #524EE9. Grayscale: #9E9E9E. Windows color (decimal): -5394154 or 1487277. OLE color: 1487277.

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

Color convert

RGB 173 177 22 -
CMYK 0.02 0 0.88 0.31
HSL 61.55º 0.78% 0.39% -
HSV(B) 61.55º 0.88% 0.69% -
XYZ 33.1 40.39 6.81 -
YUV 158.13 51.17 138.6 -
System Red Green Blue C M Y K H S L
Decimal 173 177 22 0.02 0 0.88 0.31 61.55 0.78 0.39
Hex AD B1 16 2 0 58 1F 3E 4E 27
Octal 255 261 26 2 0 130 37 76 116 47
Binary 10101101 10110001 10110 10 0 1011000 11111 111110 1001110 100111

Color Harmonies of #ADB116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB116

Black with #ADB116

Text Example


Text Example

White with #ADB116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB116; }

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

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

background-color css

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

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

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

border-color css

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

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

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