Html Css Color HEX #ADC831 Bahia

📋 copy color: '#ADC831'

red 173 ◦ green 200 ◦ blue 49

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

Shades of Bahia #ADC831

Tints of Bahia #ADC831

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.39%

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

R = 41%
G = 47.39%
B = 11.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#ADC831 (or 0xADC831) is known color: Bahia. HEX triplet: AD, C8 and 31. RGB value is (173,200,49). Sum of RGB (Red+Green+Blue) = 173+200+49=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 49 (19.53% from 255 or 11.61% from 422); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC831 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC831 is #5237CE. Grayscale: #AFAFAF. Windows color (decimal): -5388239 or 3262637. OLE color: 3262637.

HSL color Cylindrical-coordinate representation of color #ADC831: hue angle of 70.73º degrees, saturation: 0.61, 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 #ADC831 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 200 49 -
CMYK 0.14 0 0.76 0.22
HSL 70.73º 0.61% 0.49% -
HSV(B) 70.73º 0.76% 0.78% -
XYZ 38.44 50.41 10.61 -
YUV 174.71 57.05 126.78 -
System Red Green Blue C M Y K H S L
Decimal 173 200 49 0.14 0 0.76 0.22 70.73 0.61 0.49
Hex AD C8 31 E 0 4C 16 47 3D 31
Octal 255 310 61 16 0 114 26 107 75 61
Binary 10101101 11001000 110001 1110 0 1001100 10110 1000111 111101 110001

Color Harmonies of #ADC831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC831

Black with #ADC831

Text Example


Text Example

White with #ADC831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC831; }

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

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

background-color css

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

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

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

border-color css

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

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

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