Html Css Color HEX #ADC816 Bahia

📋 copy color: '#ADC816'

red 173 ◦ green 200 ◦ blue 22

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

Shades of Bahia #ADC816

Tints of Bahia #ADC816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.57%

R = 43.8%
G = 50.63%
B = 5.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#ADC816 (or 0xADC816) is known color: Bahia. HEX triplet: AD, C8 and 16. RGB value is (173,200,22). Sum of RGB (Red+Green+Blue) = 173+200+22=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 200 (78.52% from 255 or 50.63% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC816 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC816 is #5237E9. Grayscale: #ACACAC. Windows color (decimal): -5388266 or 1493165. OLE color: 1493165.

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

Color convert

RGB 173 200 22 -
CMYK 0.14 0 0.89 0.22
HSL 69.1º 0.8% 0.44% -
HSV(B) 69.1º 0.89% 0.78% -
XYZ 38.03 50.25 8.45 -
YUV 171.64 43.55 128.97 -
System Red Green Blue C M Y K H S L
Decimal 173 200 22 0.14 0 0.89 0.22 69.1 0.8 0.44
Hex AD C8 16 E 0 59 16 45 50 2C
Octal 255 310 26 16 0 131 26 105 120 54
Binary 10101101 11001000 10110 1110 0 1011001 10110 1000101 1010000 101100

Color Harmonies of #ADC816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC816

Black with #ADC816

Text Example


Text Example

White with #ADC816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC816; }

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

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

background-color css

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

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

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

border-color css

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

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

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