Html Css Color HEX #ADC532 Bahia

📋 copy color: '#ADC532'

red 173 ◦ green 197 ◦ blue 50

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

Shades of Bahia #ADC532

Tints of Bahia #ADC532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.9%

R = 41.19%
G = 46.9%
B = 11.9%

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

#ADC532 (or 0xADC532) is known color: Bahia. HEX triplet: AD, C5 and 32. RGB value is (173,197,50). Sum of RGB (Red+Green+Blue) = 173+197+50=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC532 is #523ACD. Grayscale: #ADADAD. Windows color (decimal): -5389006 or 3327405. OLE color: 3327405.

HSL color Cylindrical-coordinate representation of color #ADC532: hue angle of 69.8º 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 #ADC532 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 197 50 -
CMYK 0.12 0 0.75 0.23
HSL 69.8º 0.6% 0.48% -
HSV(B) 69.8º 0.75% 0.77% -
XYZ 37.78 49.05 10.49 -
YUV 173.07 58.55 127.95 -
System Red Green Blue C M Y K H S L
Decimal 173 197 50 0.12 0 0.75 0.23 69.8 0.6 0.48
Hex AD C5 32 C 0 4B 17 46 3C 30
Octal 255 305 62 14 0 113 27 106 74 60
Binary 10101101 11000101 110010 1100 0 1001011 10111 1000110 111100 110000

Color Harmonies of #ADC532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC532

Black with #ADC532

Text Example


Text Example

White with #ADC532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC532; }

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

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

background-color css

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

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

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

border-color css

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

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

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