Html Css Color HEX #ADC716 Bahia

📋 copy color: '#ADC716'

red 173 ◦ green 199 ◦ blue 22

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

Shades of Bahia #ADC716

Tints of Bahia #ADC716

RGB

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

 GREEN value IS 199 (78.13% from 255) = 50.51%

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

R = 43.91%
G = 50.51%
B = 5.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#ADC716 (or 0xADC716) is known color: Bahia. HEX triplet: AD, C7 and 16. RGB value is (173,199,22). Sum of RGB (Red+Green+Blue) = 173+199+22=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 199 (78.12% from 255 or 50.51% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC716 is #5238E9. Grayscale: #ABABAB. Windows color (decimal): -5388522 or 1492909. OLE color: 1492909.

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

Color convert

RGB 173 199 22 -
CMYK 0.13 0 0.89 0.22
HSL 68.81º 0.8% 0.43% -
HSV(B) 68.81º 0.89% 0.78% -
XYZ 37.8 49.79 8.38 -
YUV 171.05 43.89 129.39 -
System Red Green Blue C M Y K H S L
Decimal 173 199 22 0.13 0 0.89 0.22 68.81 0.8 0.43
Hex AD C7 16 D 0 59 16 45 50 2B
Octal 255 307 26 15 0 131 26 105 120 53
Binary 10101101 11000111 10110 1101 0 1011001 10110 1000101 1010000 101011

Color Harmonies of #ADC716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC716

Black with #ADC716

Text Example


Text Example

White with #ADC716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC716; }

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

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

background-color css

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

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

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

border-color css

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

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

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