#ADC216

Color #ADC216 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #ADC216

Tints of Bahia #ADC216

Color information

#ADC216 (or 0xADC216) is unknown color: approx 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

RGB17319422-
CMYK0.1100.890.24
HSL67.33º79.63%42.35%-
HSV(B)67.33º88.66%76.08%-
XYZ36.6747.538-
YUV168.1145.54131.49-

RGB Variations

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

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 (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173194220.1100.890.2467.3379.6342.35
HexADC216B0591843502a
Octal255302261301313010312052
Binary1010110111000010101101011010110011100010000111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>