Html Css Color HEX #ADC924 Bahia

📋 copy color: '#ADC924'

red 173 ◦ green 201 ◦ blue 36

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

Shades of Bahia #ADC924

Tints of Bahia #ADC924

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.02%

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

R = 42.2%
G = 49.02%
B = 8.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#ADC924 (or 0xADC924) is known color: Bahia. HEX triplet: AD, C9 and 24. RGB value is (173,201,36). Sum of RGB (Red+Green+Blue) = 173+201+36=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 201 (78.91% from 255 or 49.02% from 410); Blue value is 36 (14.45% from 255 or 8.78% from 410); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC924 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC924 is #5236DB. Grayscale: #AEAEAE. Windows color (decimal): -5387996 or 2410925. OLE color: 2410925.

HSL color Cylindrical-coordinate representation of color #ADC924: hue angle of 70.18º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADC924 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 201 36 -
CMYK 0.14 0 0.82 0.21
HSL 70.18º 0.7% 0.46% -
HSV(B) 70.18º 0.82% 0.79% -
XYZ 38.44 50.78 9.45 -
YUV 173.82 50.22 127.42 -
System Red Green Blue C M Y K H S L
Decimal 173 201 36 0.14 0 0.82 0.21 70.18 0.7 0.46
Hex AD C9 24 E 0 52 15 46 46 2E
Octal 255 311 44 16 0 122 25 106 106 56
Binary 10101101 11001001 100100 1110 0 1010010 10101 1000110 1000110 101110

Color Harmonies of #ADC924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC924

Black with #ADC924

Text Example


Text Example

White with #ADC924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC924; }

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

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

background-color css

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

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

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

border-color css

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

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

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