Html Css Color HEX #ADC111 Bahia

📋 copy color: '#ADC111'

red 173 ◦ green 193 ◦ blue 17

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

Shades of Bahia #ADC111

Tints of Bahia #ADC111

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.39%

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

R = 45.17%
G = 50.39%
B = 4.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#ADC111 (or 0xADC111) is known color: Bahia. HEX triplet: AD, C1 and 11. RGB value is (173,193,17). Sum of RGB (Red+Green+Blue) = 173+193+17=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 193 (75.78% from 255 or 50.39% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC111 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC111 is #523EEE. Grayscale: #A7A7A7. Windows color (decimal): -5390063 or 1163693. OLE color: 1163693.

HSL color Cylindrical-coordinate representation of color #ADC111: hue angle of 66.82º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADC111 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 193 17 -
CMYK 0.10 0 0.91 0.24
HSL 66.82º 0.84% 0.41% -
HSV(B) 66.82º 0.91% 0.76% -
XYZ 36.4 47.06 7.7 -
YUV 166.96 43.37 132.31 -
System Red Green Blue C M Y K H S L
Decimal 173 193 17 0.10 0 0.91 0.24 66.82 0.84 0.41
Hex AD C1 11 A 0 5B 18 43 54 29
Octal 255 301 21 12 0 133 30 103 124 51
Binary 10101101 11000001 10001 1010 0 1011011 11000 1000011 1010100 101001

Color Harmonies of #ADC111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC111

Black with #ADC111

Text Example


Text Example

White with #ADC111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC111; }

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

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

background-color css

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

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

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

border-color css

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

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

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