Html Css Color HEX #ADC710 Bahia

📋 copy color: '#ADC710'

red 173 ◦ green 199 ◦ blue 16

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

Shades of Bahia #ADC710

Tints of Bahia #ADC710

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.29%

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

R = 44.59%
G = 51.29%
B = 4.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#ADC710 (or 0xADC710) is known color: Bahia. HEX triplet: AD, C7 and 10. RGB value is (173,199,16). Sum of RGB (Red+Green+Blue) = 173+199+16=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 199 (78.12% from 255 or 51.29% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC710 is #5238EF. Grayscale: #ABABAB. Windows color (decimal): -5388528 or 1099693. OLE color: 1099693.

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

Color convert

RGB 173 199 16 -
CMYK 0.13 0 0.92 0.22
HSL 68.52º 0.85% 0.42% -
HSV(B) 68.52º 0.92% 0.78% -
XYZ 37.75 49.77 8.11 -
YUV 170.36 40.89 129.88 -
System Red Green Blue C M Y K H S L
Decimal 173 199 16 0.13 0 0.92 0.22 68.52 0.85 0.42
Hex AD C7 10 D 0 5C 16 45 55 2A
Octal 255 307 20 15 0 134 26 105 125 52
Binary 10101101 11000111 10000 1101 0 1011100 10110 1000101 1010101 101010

Color Harmonies of #ADC710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC710

Black with #ADC710

Text Example


Text Example

White with #ADC710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC710; }

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

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

background-color css

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

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

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

border-color css

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

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

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