Html Css Color HEX #ADC610 Bahia

📋 copy color: '#ADC610'

red 173 ◦ green 198 ◦ blue 16

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

Shades of Bahia #ADC610

Tints of Bahia #ADC610

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.16%

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

R = 44.7%
G = 51.16%
B = 4.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#ADC610 (or 0xADC610) is known color: 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

RGB 173 198 16 -
CMYK 0.13 0 0.92 0.22
HSL 68.24º 0.85% 0.42% -
HSV(B) 68.24º 0.92% 0.78% -
XYZ 37.52 49.31 8.03 -
YUV 169.78 41.22 130.3 -
System Red Green Blue C M Y K H S L
Decimal 173 198 16 0.13 0 0.92 0.22 68.24 0.85 0.42
Hex AD C6 10 D 0 5C 16 44 55 2A
Octal 255 306 20 15 0 134 26 104 125 52
Binary 10101101 11000110 10000 1101 0 1011100 10110 1000100 1010101 101010

Color Harmonies of #ADC610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC610

Black with #ADC610

Text Example


Text Example

White with #ADC610

Text Example


Text Example

HTML Codes & Css Web 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>