Html Css Color HEX #ADC524 Bahia

📋 copy color: '#ADC524'

red 173 ◦ green 197 ◦ blue 36

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

Shades of Bahia #ADC524

Tints of Bahia #ADC524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.87%

R = 42.61%
G = 48.52%
B = 8.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#ADC524 (or 0xADC524) is known color: Bahia. HEX triplet: AD, C5 and 24. RGB value is (173,197,36). Sum of RGB (Red+Green+Blue) = 173+197+36=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 36 (14.45% from 255 or 8.87% from 406); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC524 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC524 is #523ADB. Grayscale: #ACACAC. Windows color (decimal): -5389020 or 2409901. OLE color: 2409901.

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

Color convert

RGB 173 197 36 -
CMYK 0.12 0 0.82 0.23
HSL 68.94º 0.69% 0.46% -
HSV(B) 68.94º 0.82% 0.77% -
XYZ 37.52 48.94 9.14 -
YUV 171.47 51.55 129.09 -
System Red Green Blue C M Y K H S L
Decimal 173 197 36 0.12 0 0.82 0.23 68.94 0.69 0.46
Hex AD C5 24 C 0 52 17 45 45 2E
Octal 255 305 44 14 0 122 27 105 105 56
Binary 10101101 11000101 100100 1100 0 1010010 10111 1000101 1000101 101110

Color Harmonies of #ADC524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC524

Black with #ADC524

Text Example


Text Example

White with #ADC524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC524; }

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

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

background-color css

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

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

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

border-color css

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

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

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