Html Css Color HEX #ADB219 Bahia

📋 copy color: '#ADB219'

red 173 ◦ green 178 ◦ blue 25

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

Shades of Bahia #ADB219

Tints of Bahia #ADB219

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.34%

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

R = 46.01%
G = 47.34%
B = 6.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#ADB219 (or 0xADB219) is known color: Bahia. HEX triplet: AD, B2 and 19. RGB value is (173,178,25). Sum of RGB (Red+Green+Blue) = 173+178+25=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB219 is #524DE6. Grayscale: #9F9F9F. Windows color (decimal): -5393895 or 1684141. OLE color: 1684141.

HSL color Cylindrical-coordinate representation of color #ADB219: hue angle of 61.96º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADB219 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 178 25 -
CMYK 0.03 0 0.86 0.30
HSL 61.96º 0.75% 0.4% -
HSV(B) 61.96º 0.86% 0.7% -
XYZ 33.33 40.8 7.04 -
YUV 159.06 52.34 137.94 -
System Red Green Blue C M Y K H S L
Decimal 173 178 25 0.03 0 0.86 0.30 61.96 0.75 0.4
Hex AD B2 19 3 0 56 1E 3E 4B 28
Octal 255 262 31 3 0 126 36 76 113 50
Binary 10101101 10110010 11001 11 0 1010110 11110 111110 1001011 101000

Color Harmonies of #ADB219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB219

Black with #ADB219

Text Example


Text Example

White with #ADB219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB219; }

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

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

background-color css

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

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

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

border-color css

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

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

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