Html Css Color HEX #ADC611 Bahia

📋 copy color: '#ADC611'

red 173 ◦ green 198 ◦ blue 17

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

Shades of Bahia #ADC611

Tints of Bahia #ADC611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.38%

R = 44.59%
G = 51.03%
B = 4.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#ADC611 (or 0xADC611) is known color: Bahia. HEX triplet: AD, C6 and 11. RGB value is (173,198,17). Sum of RGB (Red+Green+Blue) = 173+198+17=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 198 (77.73% from 255 or 51.03% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC611 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC611 is #5239EE. Grayscale: #AAAAAA. Windows color (decimal): -5388783 or 1164973. OLE color: 1164973.

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

Color convert

RGB 173 198 17 -
CMYK 0.13 0 0.91 0.22
HSL 68.29º 0.84% 0.42% -
HSV(B) 68.29º 0.91% 0.78% -
XYZ 37.53 49.31 8.07 -
YUV 169.89 41.72 130.22 -
System Red Green Blue C M Y K H S L
Decimal 173 198 17 0.13 0 0.91 0.22 68.29 0.84 0.42
Hex AD C6 11 D 0 5B 16 44 54 2A
Octal 255 306 21 15 0 133 26 104 124 52
Binary 10101101 11000110 10001 1101 0 1011011 10110 1000100 1010100 101010

Color Harmonies of #ADC611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC611

Black with #ADC611

Text Example


Text Example

White with #ADC611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC611; }

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

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

background-color css

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

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

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

border-color css

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

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

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