Html Css Color HEX #ADC525 Bahia

📋 copy color: '#ADC525'

red 173 ◦ green 197 ◦ blue 37

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

Shades of Bahia #ADC525

Tints of Bahia #ADC525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.09%

R = 42.51%
G = 48.4%
B = 9.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#ADC525 (or 0xADC525) is known color: Bahia. HEX triplet: AD, C5 and 25. RGB value is (173,197,37). Sum of RGB (Red+Green+Blue) = 173+197+37=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 37 (14.84% from 255 or 9.09% from 407); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC525 is #523ADA. Grayscale: #ACACAC. Windows color (decimal): -5389019 or 2475437. OLE color: 2475437.

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

Color convert

RGB 173 197 37 -
CMYK 0.12 0 0.81 0.23
HSL 69º 0.68% 0.46% -
HSV(B) 69º 0.81% 0.77% -
XYZ 37.53 48.95 9.22 -
YUV 171.58 52.05 129.01 -
System Red Green Blue C M Y K H S L
Decimal 173 197 37 0.12 0 0.81 0.23 69 0.68 0.46
Hex AD C5 25 C 0 51 17 45 44 2E
Octal 255 305 45 14 0 121 27 105 104 56
Binary 10101101 11000101 100101 1100 0 1010001 10111 1000101 1000100 101110

Color Harmonies of #ADC525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC525

Black with #ADC525

Text Example


Text Example

White with #ADC525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC525; }

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

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

background-color css

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

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

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

border-color css

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

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

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