Html Css Color HEX #ADB513 Bahia

📋 copy color: '#ADB513'

red 173 ◦ green 181 ◦ blue 19

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

Shades of Bahia #ADB513

Tints of Bahia #ADB513

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.53%

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

R = 46.38%
G = 48.53%
B = 5.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#ADB513 (or 0xADB513) is known color: Bahia. HEX triplet: AD, B5 and 13. RGB value is (173,181,19). Sum of RGB (Red+Green+Blue) = 173+181+19=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 181 (71.09% from 255 or 48.53% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB513 is #524AEC. Grayscale: #A0A0A0. Windows color (decimal): -5393133 or 1291693. OLE color: 1291693.

HSL color Cylindrical-coordinate representation of color #ADB513: hue angle of 62.96º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADB513 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 181 19 -
CMYK 0.04 0 0.90 0.29
HSL 62.96º 0.81% 0.39% -
HSV(B) 62.96º 0.9% 0.71% -
XYZ 33.88 41.98 6.93 -
YUV 160.14 48.35 137.17 -
System Red Green Blue C M Y K H S L
Decimal 173 181 19 0.04 0 0.90 0.29 62.96 0.81 0.39
Hex AD B5 13 4 0 5A 1D 3F 51 27
Octal 255 265 23 4 0 132 35 77 121 47
Binary 10101101 10110101 10011 100 0 1011010 11101 111111 1010001 100111

Color Harmonies of #ADB513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB513

Black with #ADB513

Text Example


Text Example

White with #ADB513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB513; }

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

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

background-color css

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

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

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

border-color css

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

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

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