Html Css Color HEX #A7C916 Bahia

📋 copy color: '#A7C916'

red 167 ◦ green 201 ◦ blue 22

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

Shades of Bahia #A7C916

Tints of Bahia #A7C916

RGB

 RED value IS 167 (65.63% from 255) = 42.82%

 GREEN value IS 201 (78.91% from 255) = 51.54%

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

R = 42.82%
G = 51.54%
B = 5.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#A7C916 (or 0xA7C916) is known color: Bahia. HEX triplet: A7, C9 and 16. RGB value is (167,201,22). Sum of RGB (Red+Green+Blue) = 167+201+22=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #A7C916 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C916 is #5836E9. Grayscale: #ABABAB. Windows color (decimal): -5781226 or 1493415. OLE color: 1493415.

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

Color convert

RGB 167 201 22 -
CMYK 0.17 0 0.89 0.21
HSL 71.4º 0.8% 0.44% -
HSV(B) 71.4º 0.89% 0.79% -
XYZ 36.97 50.05 8.47 -
YUV 170.43 44.24 125.55 -
System Red Green Blue C M Y K H S L
Decimal 167 201 22 0.17 0 0.89 0.21 71.4 0.8 0.44
Hex A7 C9 16 11 0 59 15 47 50 2C
Octal 247 311 26 21 0 131 25 107 120 54
Binary 10100111 11001001 10110 10001 0 1011001 10101 1000111 1010000 101100

Color Harmonies of #A7C916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C916

Black with #A7C916

Text Example


Text Example

White with #A7C916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C916; }

 p { color: rgb(167,201,22); }

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

background-color css

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

 a { background-color: rgb(167,201,22); }

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

border-color css

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

 span { border-color: rgb(167,201,22); }

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