Html Css Color HEX #ADC011 Bahia

📋 copy color: '#ADC011'

red 173 ◦ green 192 ◦ blue 17

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

Shades of Bahia #ADC011

Tints of Bahia #ADC011

RGB

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

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

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

R = 45.29%
G = 50.26%
B = 4.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#ADC011 (or 0xADC011) is known color: Bahia. HEX triplet: AD, C0 and 11. RGB value is (173,192,17). Sum of RGB (Red+Green+Blue) = 173+192+17=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC011 is #523FEE. Grayscale: #A7A7A7. Windows color (decimal): -5390319 or 1163437. OLE color: 1163437.

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

Color convert

RGB 173 192 17 -
CMYK 0.10 0 0.91 0.25
HSL 66.51º 0.84% 0.41% -
HSV(B) 66.51º 0.91% 0.75% -
XYZ 36.18 46.62 7.62 -
YUV 166.37 43.71 132.73 -
System Red Green Blue C M Y K H S L
Decimal 173 192 17 0.10 0 0.91 0.25 66.51 0.84 0.41
Hex AD C0 11 A 0 5B 19 43 54 29
Octal 255 300 21 12 0 133 31 103 124 51
Binary 10101101 11000000 10001 1010 0 1011011 11001 1000011 1010100 101001

Color Harmonies of #ADC011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC011

Black with #ADC011

Text Example


Text Example

White with #ADC011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC011; }

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

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

background-color css

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

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

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

border-color css

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

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

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