Html Css Color HEX #ADC526 Bahia

📋 copy color: '#ADC526'

red 173 ◦ green 197 ◦ blue 38

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

Shades of Bahia #ADC526

Tints of Bahia #ADC526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.31%

R = 42.4%
G = 48.28%
B = 9.31%

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

#ADC526 (or 0xADC526) is known color: Bahia. HEX triplet: AD, C5 and 26. RGB value is (173,197,38). Sum of RGB (Red+Green+Blue) = 173+197+38=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 38 (15.23% from 255 or 9.31% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC526 is #523AD9. Grayscale: #ACACAC. Windows color (decimal): -5389018 or 2540973. OLE color: 2540973.

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

Color convert

RGB 173 197 38 -
CMYK 0.12 0 0.81 0.23
HSL 69.06º 0.68% 0.46% -
HSV(B) 69.06º 0.81% 0.77% -
XYZ 37.55 48.96 9.3 -
YUV 171.7 52.55 128.93 -
System Red Green Blue C M Y K H S L
Decimal 173 197 38 0.12 0 0.81 0.23 69.06 0.68 0.46
Hex AD C5 26 C 0 51 17 45 44 2E
Octal 255 305 46 14 0 121 27 105 104 56
Binary 10101101 11000101 100110 1100 0 1010001 10111 1000101 1000100 101110

Color Harmonies of #ADC526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC526

Black with #ADC526

Text Example


Text Example

White with #ADC526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC526; }

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

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

background-color css

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

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

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

border-color css

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

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

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