Html Css Color HEX #ADC110 Bahia

📋 copy color: '#ADC110'

red 173 ◦ green 193 ◦ blue 16

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

Shades of Bahia #ADC110

Tints of Bahia #ADC110

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.52%

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

R = 45.29%
G = 50.52%
B = 4.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#ADC110 (or 0xADC110) is known color: Bahia. HEX triplet: AD, C1 and 10. RGB value is (173,193,16). Sum of RGB (Red+Green+Blue) = 173+193+16=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 193 (75.78% from 255 or 50.52% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC110 is #523EEF. Grayscale: #A7A7A7. Windows color (decimal): -5390064 or 1098157. OLE color: 1098157.

HSL color Cylindrical-coordinate representation of color #ADC110: hue angle of 66.78º 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 #ADC110 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 193 16 -
CMYK 0.10 0 0.92 0.24
HSL 66.78º 0.85% 0.41% -
HSV(B) 66.78º 0.92% 0.76% -
XYZ 36.4 47.06 7.66 -
YUV 166.84 42.87 132.39 -
System Red Green Blue C M Y K H S L
Decimal 173 193 16 0.10 0 0.92 0.24 66.78 0.85 0.41
Hex AD C1 10 A 0 5C 18 43 55 29
Octal 255 301 20 12 0 134 30 103 125 51
Binary 10101101 11000001 10000 1010 0 1011100 11000 1000011 1010101 101001

Color Harmonies of #ADC110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC110

Black with #ADC110

Text Example


Text Example

White with #ADC110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC110; }

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

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

background-color css

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

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

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

border-color css

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

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

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