Html Css Color HEX #ADB919 Bahia

📋 copy color: '#ADB919'

red 173 ◦ green 185 ◦ blue 25

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

Shades of Bahia #ADB919

Tints of Bahia #ADB919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.53%

R = 45.17%
G = 48.3%
B = 6.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#ADB919 (or 0xADB919) is known color: Bahia. HEX triplet: AD, B9 and 19. RGB value is (173,185,25). Sum of RGB (Red+Green+Blue) = 173+185+25=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 25 (10.16% from 255 or 6.53% from 383); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB919 is #5246E6. Grayscale: #A3A3A3. Windows color (decimal): -5392103 or 1685933. OLE color: 1685933.

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

Color convert

RGB 173 185 25 -
CMYK 0.06 0 0.86 0.27
HSL 64.5º 0.76% 0.41% -
HSV(B) 64.5º 0.86% 0.73% -
XYZ 34.76 43.65 7.51 -
YUV 163.17 50.02 135.01 -
System Red Green Blue C M Y K H S L
Decimal 173 185 25 0.06 0 0.86 0.27 64.5 0.76 0.41
Hex AD B9 19 6 0 56 1B 40 4C 29
Octal 255 271 31 6 0 126 33 100 114 51
Binary 10101101 10111001 11001 110 0 1010110 11011 1000000 1001100 101001

Color Harmonies of #ADB919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB919

Black with #ADB919

Text Example


Text Example

White with #ADB919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB919; }

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

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

background-color css

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

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

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

border-color css

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

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

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