Html Css Color HEX #ADB016 Bahia

📋 copy color: '#ADB016'

red 173 ◦ green 176 ◦ blue 22

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

Shades of Bahia #ADB016

Tints of Bahia #ADB016

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.44%

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

R = 46.63%
G = 47.44%
B = 5.93%

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

#ADB016 (or 0xADB016) is known color: Bahia. HEX triplet: AD, B0 and 16. RGB value is (173,176,22). Sum of RGB (Red+Green+Blue) = 173+176+22=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB016 is #524FE9. Grayscale: #9E9E9E. Windows color (decimal): -5394410 or 1487021. OLE color: 1487021.

HSL color Cylindrical-coordinate representation of color #ADB016: hue angle of 61.17º 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 #ADB016 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 22 -
CMYK 0.02 0 0.88 0.31
HSL 61.17º 0.78% 0.39% -
HSV(B) 61.17º 0.88% 0.69% -
XYZ 32.9 39.99 6.74 -
YUV 157.55 51.51 139.02 -
System Red Green Blue C M Y K H S L
Decimal 173 176 22 0.02 0 0.88 0.31 61.17 0.78 0.39
Hex AD B0 16 2 0 58 1F 3D 4E 27
Octal 255 260 26 2 0 130 37 75 116 47
Binary 10101101 10110000 10110 10 0 1011000 11111 111101 1001110 100111

Color Harmonies of #ADB016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB016

Black with #ADB016

Text Example


Text Example

White with #ADB016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB016; }

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

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

background-color css

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

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

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

border-color css

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

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

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