Html Css Color HEX #ADC731 Bahia

📋 copy color: '#ADC731'

red 173 ◦ green 199 ◦ blue 49

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

Shades of Bahia #ADC731

Tints of Bahia #ADC731

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.27%

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

R = 41.09%
G = 47.27%
B = 11.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#ADC731 (or 0xADC731) is known color: Bahia. HEX triplet: AD, C7 and 31. RGB value is (173,199,49). Sum of RGB (Red+Green+Blue) = 173+199+49=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC731 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC731 is #5238CE. Grayscale: #AEAEAE. Windows color (decimal): -5388495 or 3262381. OLE color: 3262381.

HSL color Cylindrical-coordinate representation of color #ADC731: hue angle of 70.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADC731 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 199 49 -
CMYK 0.13 0 0.75 0.22
HSL 70.4º 0.6% 0.49% -
HSV(B) 70.4º 0.75% 0.78% -
XYZ 38.21 49.95 10.53 -
YUV 174.13 57.39 127.2 -
System Red Green Blue C M Y K H S L
Decimal 173 199 49 0.13 0 0.75 0.22 70.4 0.6 0.49
Hex AD C7 31 D 0 4B 16 46 3C 31
Octal 255 307 61 15 0 113 26 106 74 61
Binary 10101101 11000111 110001 1101 0 1001011 10110 1000110 111100 110001

Color Harmonies of #ADC731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC731

Black with #ADC731

Text Example


Text Example

White with #ADC731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC731; }

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

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

background-color css

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

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

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

border-color css

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

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

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