Html Css Color HEX #ADC51C Bahia

📋 copy color: '#ADC51C'

red 173 ◦ green 197 ◦ blue 28

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

Shades of Bahia #ADC51C

Tints of Bahia #ADC51C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.5%

 BLUE value IS 28 (11.33% from 255) = 7.04%

R = 43.47%
G = 49.5%
B = 7.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#ADC51C (or 0xADC51C) is known color: Bahia. HEX triplet: AD, C5 and 1C. RGB value is (173,197,28). Sum of RGB (Red+Green+Blue) = 173+197+28=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC51C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC51C is #523AE3. Grayscale: #ABABAB. Windows color (decimal): -5389028 or 1885613. OLE color: 1885613.

HSL color Cylindrical-coordinate representation of color #ADC51C: hue angle of 68.52º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADC51C is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 197 28 -
CMYK 0.12 0 0.86 0.23
HSL 68.52º 0.75% 0.44% -
HSV(B) 68.52º 0.86% 0.77% -
XYZ 37.41 48.9 8.57 -
YUV 170.56 47.55 129.74 -
System Red Green Blue C M Y K H S L
Decimal 173 197 28 0.12 0 0.86 0.23 68.52 0.75 0.44
Hex AD C5 1C C 0 56 17 45 4B 2C
Octal 255 305 34 14 0 126 27 105 113 54
Binary 10101101 11000101 11100 1100 0 1010110 10111 1000101 1001011 101100

Color Harmonies of #ADC51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC51C

Black with #ADC51C

Text Example


Text Example

White with #ADC51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC51C; }

 p { color: rgb(173,197,28); }

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

background-color css

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

 a { background-color: rgb(173,197,28); }

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

border-color css

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

 span { border-color: rgb(173,197,28); }

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