Html Css Color HEX #ADC216 Bahia

📋 copy color: '#ADC216'

red 173 ◦ green 194 ◦ blue 22

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

Shades of Bahia #ADC216

Tints of Bahia #ADC216

RGB

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

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

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

R = 44.47%
G = 49.87%
B = 5.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#ADC216 (or 0xADC216) is known color: Bahia. HEX triplet: AD, C2 and 16. RGB value is (173,194,22). Sum of RGB (Red+Green+Blue) = 173+194+22=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC216 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC216 is #523DE9. Grayscale: #A8A8A8. Windows color (decimal): -5389802 or 1491629. OLE color: 1491629.

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

Color convert

RGB 173 194 22 -
CMYK 0.11 0 0.89 0.24
HSL 67.33º 0.8% 0.42% -
HSV(B) 67.33º 0.89% 0.76% -
XYZ 36.67 47.53 8 -
YUV 168.11 45.54 131.49 -
System Red Green Blue C M Y K H S L
Decimal 173 194 22 0.11 0 0.89 0.24 67.33 0.8 0.42
Hex AD C2 16 B 0 59 18 43 50 2A
Octal 255 302 26 13 0 131 30 103 120 52
Binary 10101101 11000010 10110 1011 0 1011001 11000 1000011 1010000 101010

Color Harmonies of #ADC216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC216

Black with #ADC216

Text Example


Text Example

White with #ADC216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC216; }

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

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

background-color css

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

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

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

border-color css

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

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

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