Html Css Color HEX #ADC510 Bahia

📋 copy color: '#ADC510'

red 173 ◦ green 197 ◦ blue 16

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

Shades of Bahia #ADC510

Tints of Bahia #ADC510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.15%

R = 44.82%
G = 51.04%
B = 4.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#ADC510 (or 0xADC510) is known color: Bahia. HEX triplet: AD, C5 and 10. RGB value is (173,197,16). Sum of RGB (Red+Green+Blue) = 173+197+16=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC510 is #523AEF. Grayscale: #A9A9A9. Windows color (decimal): -5389040 or 1099181. OLE color: 1099181.

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

Color convert

RGB 173 197 16 -
CMYK 0.12 0 0.92 0.23
HSL 67.96º 0.85% 0.42% -
HSV(B) 67.96º 0.92% 0.77% -
XYZ 37.29 48.85 7.95 -
YUV 169.19 41.55 130.72 -
System Red Green Blue C M Y K H S L
Decimal 173 197 16 0.12 0 0.92 0.23 67.96 0.85 0.42
Hex AD C5 10 C 0 5C 17 44 55 2A
Octal 255 305 20 14 0 134 27 104 125 52
Binary 10101101 11000101 10000 1100 0 1011100 10111 1000100 1010101 101010

Color Harmonies of #ADC510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC510

Black with #ADC510

Text Example


Text Example

White with #ADC510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC510; }

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

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

background-color css

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

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

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

border-color css

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

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

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