#ADC610

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

Shades of Bahia #ADC610

Tints of Bahia #ADC610

Color information

#ADC610 (or 0xADC610) is unknown color: approx Bahia. HEX triplet: AD, C6 and 10. RGB value is (173,198,16). Sum of RGB (Red+Green+Blue) = 173+198+16=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 198 (77.73% from 255 or 51.16% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC610 is #5239EF. Grayscale: #AAAAAA. Windows color (decimal): -5388784 or 1099437. OLE color: 1099437.

HSL color Cylindrical-coordinate representation of color #ADC610: hue angle of 68.24º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADC610 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB17319816-
CMYK0.1300.920.22
HSL68.24º85.05%41.96%-
HSV(B)68.24º91.92%77.65%-
XYZ37.5249.318.03-
YUV169.7841.22130.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.70%
GREEN value IS 198 (77.73% from 255) = 51.16%
BLUE value IS 16 (6.64% from 255) = 4.13%
R=44.70%
G=51.16%
B=4.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal173198160.1300.920.2268.2485.0541.96
HexADC610D05C1644552a
Octal255306201501342610412552
Binary1010110111000110100001101010111001011010001001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC610; }

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

 H1.HeaderClassName
 {
   color: #ADC610;
 }
 .AnyTagClassName
 {
   color: #ADC610;
 }
</style>
background-color css

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

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

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

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

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

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