Html Css Color HEX #ADC531 Bahia

📋 copy color: '#ADC531'

red 173 ◦ green 197 ◦ blue 49

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

Shades of Bahia #ADC531

Tints of Bahia #ADC531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.69%

R = 41.29%
G = 47.02%
B = 11.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#ADC531 (or 0xADC531) is known color: Bahia. HEX triplet: AD, C5 and 31. RGB value is (173,197,49). Sum of RGB (Red+Green+Blue) = 173+197+49=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC531 is #523ACE. Grayscale: #ADADAD. Windows color (decimal): -5389007 or 3261869. OLE color: 3261869.

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

Color convert

RGB 173 197 49 -
CMYK 0.12 0 0.75 0.23
HSL 69.73º 0.6% 0.48% -
HSV(B) 69.73º 0.75% 0.77% -
XYZ 37.75 49.04 10.38 -
YUV 172.95 58.05 128.03 -
System Red Green Blue C M Y K H S L
Decimal 173 197 49 0.12 0 0.75 0.23 69.73 0.6 0.48
Hex AD C5 31 C 0 4B 17 46 3C 30
Octal 255 305 61 14 0 113 27 106 74 60
Binary 10101101 11000101 110001 1100 0 1001011 10111 1000110 111100 110000

Color Harmonies of #ADC531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC531

Black with #ADC531

Text Example


Text Example

White with #ADC531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC531; }

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

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

background-color css

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

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

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

border-color css

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

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

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