Html Css Color HEX #ADC31F Bahia

📋 copy color: '#ADC31F'

red 173 ◦ green 195 ◦ blue 31

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

Shades of Bahia #ADC31F

Tints of Bahia #ADC31F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.87%

 BLUE value IS 31 (12.5% from 255) = 7.77%

R = 43.36%
G = 48.87%
B = 7.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#ADC31F (or 0xADC31F) is known color: Bahia. HEX triplet: AD, C3 and 1F. RGB value is (173,195,31). Sum of RGB (Red+Green+Blue) = 173+195+31=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 31 (12.5% from 255 or 7.77% from 399); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC31F is #523CE0. Grayscale: #AAAAAA. Windows color (decimal): -5389537 or 2081709. OLE color: 2081709.

HSL color Cylindrical-coordinate representation of color #ADC31F: hue angle of 68.05º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADC31F is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 195 31 -
CMYK 0.11 0 0.84 0.24
HSL 68.05º 0.73% 0.44% -
HSV(B) 68.05º 0.84% 0.76% -
XYZ 37 48.01 8.61 -
YUV 169.73 49.71 130.34 -
System Red Green Blue C M Y K H S L
Decimal 173 195 31 0.11 0 0.84 0.24 68.05 0.73 0.44
Hex AD C3 1F B 0 54 18 44 49 2C
Octal 255 303 37 13 0 124 30 104 111 54
Binary 10101101 11000011 11111 1011 0 1010100 11000 1000100 1001001 101100

Color Harmonies of #ADC31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC31F

Black with #ADC31F

Text Example


Text Example

White with #ADC31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC31F; }

 p { color: rgb(173,195,31); }

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

background-color css

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

 a { background-color: rgb(173,195,31); }

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

border-color css

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

 span { border-color: rgb(173,195,31); }

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