Html Css Color HEX #ADC513 Bahia

📋 copy color: '#ADC513'

red 173 ◦ green 197 ◦ blue 19

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

Shades of Bahia #ADC513

Tints of Bahia #ADC513

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.64%

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

R = 44.47%
G = 50.64%
B = 4.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#ADC513 (or 0xADC513) is known color: Bahia. HEX triplet: AD, C5 and 13. RGB value is (173,197,19). Sum of RGB (Red+Green+Blue) = 173+197+19=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 197 (77.34% from 255 or 50.64% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC513 is #523AEC. Grayscale: #AAAAAA. Windows color (decimal): -5389037 or 1295789. OLE color: 1295789.

HSL color Cylindrical-coordinate representation of color #ADC513: hue angle of 68.09º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADC513 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 197 19 -
CMYK 0.12 0 0.90 0.23
HSL 68.09º 0.82% 0.42% -
HSV(B) 68.09º 0.9% 0.77% -
XYZ 37.32 48.86 8.08 -
YUV 169.53 43.05 130.47 -
System Red Green Blue C M Y K H S L
Decimal 173 197 19 0.12 0 0.90 0.23 68.09 0.82 0.42
Hex AD C5 13 C 0 5A 17 44 52 2A
Octal 255 305 23 14 0 132 27 104 122 52
Binary 10101101 11000101 10011 1100 0 1011010 10111 1000100 1010010 101010

Color Harmonies of #ADC513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC513

Black with #ADC513

Text Example


Text Example

White with #ADC513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC513; }

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

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

background-color css

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

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

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

border-color css

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

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

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