Html Css Color HEX #ADC50F Bahia

📋 copy color: '#ADC50F'

red 173 ◦ green 197 ◦ blue 15

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

Shades of Bahia #ADC50F

Tints of Bahia #ADC50F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 51.17%

 BLUE value IS 15 (6.25% from 255) = 3.9%

R = 44.94%
G = 51.17%
B = 3.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#ADC50F (or 0xADC50F) is known color: Bahia. HEX triplet: AD, C5 and 0F. RGB value is (173,197,15). Sum of RGB (Red+Green+Blue) = 173+197+15=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC50F is #523AF0. Grayscale: #A9A9A9. Windows color (decimal): -5389041 or 1033645. OLE color: 1033645.

HSL color Cylindrical-coordinate representation of color #ADC50F: hue angle of 67.91º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADC50F is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 197 15 -
CMYK 0.12 0 0.92 0.23
HSL 67.91º 0.86% 0.42% -
HSV(B) 67.91º 0.92% 0.77% -
XYZ 37.29 48.85 7.92 -
YUV 169.08 41.05 130.8 -
System Red Green Blue C M Y K H S L
Decimal 173 197 15 0.12 0 0.92 0.23 67.91 0.86 0.42
Hex AD C5 F C 0 5C 17 44 56 2A
Octal 255 305 17 14 0 134 27 104 126 52
Binary 10101101 11000101 1111 1100 0 1011100 10111 1000100 1010110 101010

Color Harmonies of #ADC50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC50F

Black with #ADC50F

Text Example


Text Example

White with #ADC50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC50F; }

 p { color: rgb(173,197,15); }

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

background-color css

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

 a { background-color: rgb(173,197,15); }

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

border-color css

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

 span { border-color: rgb(173,197,15); }

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