Html Css Color HEX #ADB616 Bahia

📋 copy color: '#ADB616'

red 173 ◦ green 182 ◦ blue 22

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

Shades of Bahia #ADB616

Tints of Bahia #ADB616

RGB

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

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

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

R = 45.89%
G = 48.28%
B = 5.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#ADB616 (or 0xADB616) is known color: Bahia. HEX triplet: AD, B6 and 16. RGB value is (173,182,22). Sum of RGB (Red+Green+Blue) = 173+182+22=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB616 is #5249E9. Grayscale: #A1A1A1. Windows color (decimal): -5392874 or 1488557. OLE color: 1488557.

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

Color convert

RGB 173 182 22 -
CMYK 0.05 0 0.88 0.29
HSL 63.38º 0.78% 0.4% -
HSV(B) 63.38º 0.88% 0.71% -
XYZ 34.11 42.4 7.15 -
YUV 161.07 49.52 136.51 -
System Red Green Blue C M Y K H S L
Decimal 173 182 22 0.05 0 0.88 0.29 63.38 0.78 0.4
Hex AD B6 16 5 0 58 1D 3F 4E 28
Octal 255 266 26 5 0 130 35 77 116 50
Binary 10101101 10110110 10110 101 0 1011000 11101 111111 1001110 101000

Color Harmonies of #ADB616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB616

Black with #ADB616

Text Example


Text Example

White with #ADB616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB616; }

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

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

background-color css

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

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

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

border-color css

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

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

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