Html Css Color HEX #ADC01F Bahia

📋 copy color: '#ADC01F'

red 173 ◦ green 192 ◦ blue 31

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

Shades of Bahia #ADC01F

Tints of Bahia #ADC01F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.48%

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

R = 43.69%
G = 48.48%
B = 7.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#ADC01F (or 0xADC01F) is known color: Bahia. HEX triplet: AD, C0 and 1F. RGB value is (173,192,31). Sum of RGB (Red+Green+Blue) = 173+192+31=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 31 (12.5% from 255 or 7.83% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC01F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC01F is #523FE0. Grayscale: #A8A8A8. Windows color (decimal): -5390305 or 2080941. OLE color: 2080941.

HSL color Cylindrical-coordinate representation of color #ADC01F: hue angle of 67.08º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADC01F is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 31 -
CMYK 0.10 0 0.84 0.25
HSL 67.08º 0.72% 0.44% -
HSV(B) 67.08º 0.84% 0.75% -
XYZ 36.33 46.68 8.39 -
YUV 167.97 50.71 131.59 -
System Red Green Blue C M Y K H S L
Decimal 173 192 31 0.10 0 0.84 0.25 67.08 0.72 0.44
Hex AD C0 1F A 0 54 19 43 48 2C
Octal 255 300 37 12 0 124 31 103 110 54
Binary 10101101 11000000 11111 1010 0 1010100 11001 1000011 1001000 101100

Color Harmonies of #ADC01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC01F

Black with #ADC01F

Text Example


Text Example

White with #ADC01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC01F; }

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

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

background-color css

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

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

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

border-color css

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

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

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