Html Css Color HEX #ADC116 Bahia

📋 copy color: '#ADC116'

red 173 ◦ green 193 ◦ blue 22

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

Shades of Bahia #ADC116

Tints of Bahia #ADC116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.67%

R = 44.59%
G = 49.74%
B = 5.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#ADC116 (or 0xADC116) is known color: Bahia. HEX triplet: AD, C1 and 16. RGB value is (173,193,22). Sum of RGB (Red+Green+Blue) = 173+193+22=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC116 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC116 is #523EE9. Grayscale: #A8A8A8. Windows color (decimal): -5390058 or 1491373. OLE color: 1491373.

HSL color Cylindrical-coordinate representation of color #ADC116: hue angle of 67.02º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADC116 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 193 22 -
CMYK 0.10 0 0.89 0.24
HSL 67.02º 0.8% 0.42% -
HSV(B) 67.02º 0.89% 0.76% -
XYZ 36.45 47.08 7.93 -
YUV 167.53 45.87 131.9 -
System Red Green Blue C M Y K H S L
Decimal 173 193 22 0.10 0 0.89 0.24 67.02 0.8 0.42
Hex AD C1 16 A 0 59 18 43 50 2A
Octal 255 301 26 12 0 131 30 103 120 52
Binary 10101101 11000001 10110 1010 0 1011001 11000 1000011 1010000 101010

Color Harmonies of #ADC116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC116

Black with #ADC116

Text Example


Text Example

White with #ADC116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC116; }

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

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

background-color css

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

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

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

border-color css

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

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

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