Html Css Color HEX #ADB713 Bahia

📋 copy color: '#ADB713'

red 173 ◦ green 183 ◦ blue 19

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

Shades of Bahia #ADB713

Tints of Bahia #ADB713

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.8%

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

R = 46.13%
G = 48.8%
B = 5.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#ADB713 (or 0xADB713) is known color: Bahia. HEX triplet: AD, B7 and 13. RGB value is (173,183,19). Sum of RGB (Red+Green+Blue) = 173+183+19=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB713 is #5248EC. Grayscale: #A1A1A1. Windows color (decimal): -5392621 or 1292205. OLE color: 1292205.

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

Color convert

RGB 173 183 19 -
CMYK 0.05 0 0.90 0.28
HSL 63.66º 0.81% 0.4% -
HSV(B) 63.66º 0.9% 0.72% -
XYZ 34.28 42.8 7.07 -
YUV 161.31 47.69 136.34 -
System Red Green Blue C M Y K H S L
Decimal 173 183 19 0.05 0 0.90 0.28 63.66 0.81 0.4
Hex AD B7 13 5 0 5A 1C 40 51 28
Octal 255 267 23 5 0 132 34 100 121 50
Binary 10101101 10110111 10011 101 0 1011010 11100 1000000 1010001 101000

Color Harmonies of #ADB713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB713

Black with #ADB713

Text Example


Text Example

White with #ADB713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB713; }

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

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

background-color css

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

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

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

border-color css

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

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

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