Html Css Color HEX #ADC530 Bahia

📋 copy color: '#ADC530'

red 173 ◦ green 197 ◦ blue 48

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

Shades of Bahia #ADC530

Tints of Bahia #ADC530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.48%

R = 41.39%
G = 47.13%
B = 11.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#ADC530 (or 0xADC530) is known color: Bahia. HEX triplet: AD, C5 and 30. RGB value is (173,197,48). Sum of RGB (Red+Green+Blue) = 173+197+48=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC530 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC530 is #523ACF. Grayscale: #ADADAD. Windows color (decimal): -5389008 or 3196333. OLE color: 3196333.

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

Color convert

RGB 173 197 48 -
CMYK 0.12 0 0.76 0.23
HSL 69.66º 0.61% 0.48% -
HSV(B) 69.66º 0.76% 0.77% -
XYZ 37.73 49.03 10.27 -
YUV 172.84 57.55 128.12 -
System Red Green Blue C M Y K H S L
Decimal 173 197 48 0.12 0 0.76 0.23 69.66 0.61 0.48
Hex AD C5 30 C 0 4C 17 46 3D 30
Octal 255 305 60 14 0 114 27 106 75 60
Binary 10101101 11000101 110000 1100 0 1001100 10111 1000110 111101 110000

Color Harmonies of #ADC530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC530

Black with #ADC530

Text Example


Text Example

White with #ADC530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC530; }

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

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

background-color css

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

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

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

border-color css

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

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

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