Html Css Color HEX #ADB917 Bahia

📋 copy color: '#ADB917'

red 173 ◦ green 185 ◦ blue 23

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

Shades of Bahia #ADB917

Tints of Bahia #ADB917

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.56%

 BLUE value IS 23 (9.38% from 255) = 6.04%

R = 45.41%
G = 48.56%
B = 6.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#ADB917 (or 0xADB917) is known color: Bahia. HEX triplet: AD, B9 and 17. RGB value is (173,185,23). Sum of RGB (Red+Green+Blue) = 173+185+23=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB917 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB917 is #5246E8. Grayscale: #A3A3A3. Windows color (decimal): -5392105 or 1554861. OLE color: 1554861.

HSL color Cylindrical-coordinate representation of color #ADB917: hue angle of 64.44º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADB917 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 23 -
CMYK 0.06 0 0.88 0.27
HSL 64.44º 0.78% 0.41% -
HSV(B) 64.44º 0.88% 0.73% -
XYZ 34.74 43.64 7.4 -
YUV 162.94 49.02 135.17 -
System Red Green Blue C M Y K H S L
Decimal 173 185 23 0.06 0 0.88 0.27 64.44 0.78 0.41
Hex AD B9 17 6 0 58 1B 40 4E 29
Octal 255 271 27 6 0 130 33 100 116 51
Binary 10101101 10111001 10111 110 0 1011000 11011 1000000 1001110 101001

Color Harmonies of #ADB917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB917

Black with #ADB917

Text Example


Text Example

White with #ADB917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB917; }

 p { color: rgb(173,185,23); }

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

background-color css

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

 a { background-color: rgb(173,185,23); }

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

border-color css

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

 span { border-color: rgb(173,185,23); }

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