Html Css Color HEX #ADC210 Bahia

📋 copy color: '#ADC210'

red 173 ◦ green 194 ◦ blue 16

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

Shades of Bahia #ADC210

Tints of Bahia #ADC210

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.65%

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

R = 45.17%
G = 50.65%
B = 4.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#ADC210 (or 0xADC210) is known color: Bahia. HEX triplet: AD, C2 and 10. RGB value is (173,194,16). Sum of RGB (Red+Green+Blue) = 173+194+16=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC210 is #523DEF. Grayscale: #A8A8A8. Windows color (decimal): -5389808 or 1098413. OLE color: 1098413.

HSL color Cylindrical-coordinate representation of color #ADC210: hue angle of 67.08º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADC210 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 194 16 -
CMYK 0.11 0 0.92 0.24
HSL 67.08º 0.85% 0.41% -
HSV(B) 67.08º 0.92% 0.76% -
XYZ 36.62 47.51 7.73 -
YUV 167.43 42.54 131.97 -
System Red Green Blue C M Y K H S L
Decimal 173 194 16 0.11 0 0.92 0.24 67.08 0.85 0.41
Hex AD C2 10 B 0 5C 18 43 55 29
Octal 255 302 20 13 0 134 30 103 125 51
Binary 10101101 11000010 10000 1011 0 1011100 11000 1000011 1010101 101001

Color Harmonies of #ADC210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC210

Black with #ADC210

Text Example


Text Example

White with #ADC210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC210; }

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

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

background-color css

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

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

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

border-color css

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

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

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