Html Css Color HEX #ADC81A Bahia

📋 copy color: '#ADC81A'

red 173 ◦ green 200 ◦ blue 26

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

Shades of Bahia #ADC81A

Tints of Bahia #ADC81A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50.13%

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

R = 43.36%
G = 50.13%
B = 6.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#ADC81A (or 0xADC81A) is known color: Bahia. HEX triplet: AD, C8 and 1A. RGB value is (173,200,26). Sum of RGB (Red+Green+Blue) = 173+200+26=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 200 (78.52% from 255 or 50.13% from 399); Blue value is 26 (10.55% from 255 or 6.52% from 399); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC81A is #5237E5. Grayscale: #ACACAC. Windows color (decimal): -5388262 or 1755309. OLE color: 1755309.

HSL color Cylindrical-coordinate representation of color #ADC81A: hue angle of 69.31º 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 #ADC81A is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 200 26 -
CMYK 0.14 0 0.87 0.22
HSL 69.31º 0.77% 0.44% -
HSV(B) 69.31º 0.87% 0.78% -
XYZ 38.07 50.27 8.67 -
YUV 172.09 45.55 128.65 -
System Red Green Blue C M Y K H S L
Decimal 173 200 26 0.14 0 0.87 0.22 69.31 0.77 0.44
Hex AD C8 1A E 0 57 16 45 4D 2C
Octal 255 310 32 16 0 127 26 105 115 54
Binary 10101101 11001000 11010 1110 0 1010111 10110 1000101 1001101 101100

Color Harmonies of #ADC81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC81A

Black with #ADC81A

Text Example


Text Example

White with #ADC81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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