Html Css Color HEX #ADC61A Bahia

📋 copy color: '#ADC61A'

red 173 ◦ green 198 ◦ blue 26

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

Shades of Bahia #ADC61A

Tints of Bahia #ADC61A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.87%

 BLUE value IS 26 (10.55% from 255) = 6.55%

R = 43.58%
G = 49.87%
B = 6.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#ADC61A (or 0xADC61A) is known color: Bahia. HEX triplet: AD, C6 and 1A. RGB value is (173,198,26). Sum of RGB (Red+Green+Blue) = 173+198+26=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 198 (77.73% from 255 or 49.87% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC61A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC61A is #5239E5. Grayscale: #ABABAB. Windows color (decimal): -5388774 or 1754797. OLE color: 1754797.

HSL color Cylindrical-coordinate representation of color #ADC61A: hue angle of 68.72º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADC61A is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 198 26 -
CMYK 0.13 0 0.87 0.22
HSL 68.72º 0.77% 0.44% -
HSV(B) 68.72º 0.87% 0.78% -
XYZ 37.61 49.35 8.52 -
YUV 170.92 46.22 129.49 -
System Red Green Blue C M Y K H S L
Decimal 173 198 26 0.13 0 0.87 0.22 68.72 0.77 0.44
Hex AD C6 1A D 0 57 16 45 4D 2C
Octal 255 306 32 15 0 127 26 105 115 54
Binary 10101101 11000110 11010 1101 0 1010111 10110 1000101 1001101 101100

Color Harmonies of #ADC61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC61A

Black with #ADC61A

Text Example


Text Example

White with #ADC61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC61A; }

 p { color: rgb(173,198,26); }

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

background-color css

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

 a { background-color: rgb(173,198,26); }

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

border-color css

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

 span { border-color: rgb(173,198,26); }

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