Html Css Color HEX #ADB313 Bahia

📋 copy color: '#ADB313'

red 173 ◦ green 179 ◦ blue 19

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

Shades of Bahia #ADB313

Tints of Bahia #ADB313

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.25%

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

R = 46.63%
G = 48.25%
B = 5.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#ADB313 (or 0xADB313) is known color: Bahia. HEX triplet: AD, B3 and 13. RGB value is (173,179,19). Sum of RGB (Red+Green+Blue) = 173+179+19=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB313 is #524CEC. Grayscale: #9F9F9F. Windows color (decimal): -5393645 or 1291181. OLE color: 1291181.

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

Color convert

RGB 173 179 19 -
CMYK 0.03 0 0.89 0.30
HSL 62.25º 0.81% 0.39% -
HSV(B) 62.25º 0.89% 0.7% -
XYZ 33.47 41.17 6.8 -
YUV 158.97 49.01 138.01 -
System Red Green Blue C M Y K H S L
Decimal 173 179 19 0.03 0 0.89 0.30 62.25 0.81 0.39
Hex AD B3 13 3 0 59 1E 3E 51 27
Octal 255 263 23 3 0 131 36 76 121 47
Binary 10101101 10110011 10011 11 0 1011001 11110 111110 1010001 100111

Color Harmonies of #ADB313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB313

Black with #ADB313

Text Example


Text Example

White with #ADB313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB313; }

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

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

background-color css

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

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

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

border-color css

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

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

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