Html Css Color HEX #ADB716 Bahia

📋 copy color: '#ADB716'

red 173 ◦ green 183 ◦ blue 22

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

Shades of Bahia #ADB716

Tints of Bahia #ADB716

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.41%

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

R = 45.77%
G = 48.41%
B = 5.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#ADB716 (or 0xADB716) is known color: Bahia. HEX triplet: AD, B7 and 16. RGB value is (173,183,22). Sum of RGB (Red+Green+Blue) = 173+183+22=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB716 is #5248E9. Grayscale: #A2A2A2. Windows color (decimal): -5392618 or 1488813. OLE color: 1488813.

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

Color convert

RGB 173 183 22 -
CMYK 0.05 0 0.88 0.28
HSL 63.73º 0.79% 0.4% -
HSV(B) 63.73º 0.88% 0.72% -
XYZ 34.31 42.81 7.21 -
YUV 161.66 49.19 136.09 -
System Red Green Blue C M Y K H S L
Decimal 173 183 22 0.05 0 0.88 0.28 63.73 0.79 0.4
Hex AD B7 16 5 0 58 1C 40 4F 28
Octal 255 267 26 5 0 130 34 100 117 50
Binary 10101101 10110111 10110 101 0 1011000 11100 1000000 1001111 101000

Color Harmonies of #ADB716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB716

Black with #ADB716

Text Example


Text Example

White with #ADB716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB716; }

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

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

background-color css

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

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

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

border-color css

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

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

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