Html Css Color HEX #ADC010 Bahia

📋 copy color: '#ADC010'

red 173 ◦ green 192 ◦ blue 16

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

Shades of Bahia #ADC010

Tints of Bahia #ADC010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.39%

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

R = 45.41%
G = 50.39%
B = 4.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#ADC010 (or 0xADC010) is known color: Bahia. HEX triplet: AD, C0 and 10. RGB value is (173,192,16). Sum of RGB (Red+Green+Blue) = 173+192+16=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC010 is #523FEF. Grayscale: #A6A6A6. Windows color (decimal): -5390320 or 1097901. OLE color: 1097901.

HSL color Cylindrical-coordinate representation of color #ADC010: hue angle of 66.48º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADC010 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 16 -
CMYK 0.10 0 0.92 0.25
HSL 66.48º 0.85% 0.41% -
HSV(B) 66.48º 0.92% 0.75% -
XYZ 36.18 46.62 7.58 -
YUV 166.26 43.21 132.81 -
System Red Green Blue C M Y K H S L
Decimal 173 192 16 0.10 0 0.92 0.25 66.48 0.85 0.41
Hex AD C0 10 A 0 5C 19 42 55 29
Octal 255 300 20 12 0 134 31 102 125 51
Binary 10101101 11000000 10000 1010 0 1011100 11001 1000010 1010101 101001

Color Harmonies of #ADC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC010

Black with #ADC010

Text Example


Text Example

White with #ADC010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC010; }

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

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

background-color css

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

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

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

border-color css

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

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

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