Html Css Color HEX #ADC131 Bahia

📋 copy color: '#ADC131'

red 173 ◦ green 193 ◦ blue 49

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

Shades of Bahia #ADC131

Tints of Bahia #ADC131

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.51%

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

R = 41.69%
G = 46.51%
B = 11.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#ADC131 (or 0xADC131) is known color: Bahia. HEX triplet: AD, C1 and 31. RGB value is (173,193,49). Sum of RGB (Red+Green+Blue) = 173+193+49=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC131 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC131 is #523ECE. Grayscale: #ABABAB. Windows color (decimal): -5390031 or 3260845. OLE color: 3260845.

HSL color Cylindrical-coordinate representation of color #ADC131: hue angle of 68.33º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADC131 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 193 49 -
CMYK 0.10 0 0.75 0.24
HSL 68.33º 0.6% 0.47% -
HSV(B) 68.33º 0.75% 0.76% -
XYZ 36.86 47.25 10.08 -
YUV 170.6 59.37 129.71 -
System Red Green Blue C M Y K H S L
Decimal 173 193 49 0.10 0 0.75 0.24 68.33 0.6 0.47
Hex AD C1 31 A 0 4B 18 44 3C 2F
Octal 255 301 61 12 0 113 30 104 74 57
Binary 10101101 11000001 110001 1010 0 1001011 11000 1000100 111100 101111

Color Harmonies of #ADC131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC131

Black with #ADC131

Text Example


Text Example

White with #ADC131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC131; }

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

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

background-color css

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

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

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

border-color css

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

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

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