Html Css Color HEX #ADB913 Bahia

📋 copy color: '#ADB913'

red 173 ◦ green 185 ◦ blue 19

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

Shades of Bahia #ADB913

Tints of Bahia #ADB913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.04%

R = 45.89%
G = 49.07%
B = 5.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#ADB913 (or 0xADB913) is known color: Bahia. HEX triplet: AD, B9 and 13. RGB value is (173,185,19). Sum of RGB (Red+Green+Blue) = 173+185+19=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 19 (7.81% from 255 or 5.04% from 377); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB913 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB913 is #5246EC. Grayscale: #A3A3A3. Windows color (decimal): -5392109 or 1292717. OLE color: 1292717.

HSL color Cylindrical-coordinate representation of color #ADB913: hue angle of 64.34º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADB913 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 19 -
CMYK 0.06 0 0.90 0.27
HSL 64.34º 0.81% 0.4% -
HSV(B) 64.34º 0.9% 0.73% -
XYZ 34.7 43.63 7.21 -
YUV 162.49 47.02 135.5 -
System Red Green Blue C M Y K H S L
Decimal 173 185 19 0.06 0 0.90 0.27 64.34 0.81 0.4
Hex AD B9 13 6 0 5A 1B 40 51 28
Octal 255 271 23 6 0 132 33 100 121 50
Binary 10101101 10111001 10011 110 0 1011010 11011 1000000 1010001 101000

Color Harmonies of #ADB913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB913

Black with #ADB913

Text Example


Text Example

White with #ADB913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB913; }

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

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

background-color css

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

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

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

border-color css

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

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

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