Html Css Color HEX #A7C511 Bahia

📋 copy color: '#A7C511'

red 167 ◦ green 197 ◦ blue 17

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

Shades of Bahia #A7C511

Tints of Bahia #A7C511

RGB

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

 GREEN value IS 197 (77.34% from 255) = 51.71%

 BLUE value IS 17 (7.03% from 255) = 4.46%

R = 43.83%
G = 51.71%
B = 4.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#A7C511 (or 0xA7C511) is known color: Bahia. HEX triplet: A7, C5 and 11. RGB value is (167,197,17). Sum of RGB (Red+Green+Blue) = 167+197+17=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #A7C511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C511 is #583AEE. Grayscale: #A8A8A8. Windows color (decimal): -5782255 or 1164711. OLE color: 1164711.

HSL color Cylindrical-coordinate representation of color #A7C511: hue angle of 70º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A7C511 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 167 197 17 -
CMYK 0.15 0 0.91 0.23
HSL 70º 0.84% 0.42% -
HSV(B) 70º 0.91% 0.77% -
XYZ 36 48.19 7.93 -
YUV 167.51 43.06 127.64 -
System Red Green Blue C M Y K H S L
Decimal 167 197 17 0.15 0 0.91 0.23 70 0.84 0.42
Hex A7 C5 11 F 0 5B 17 46 54 2A
Octal 247 305 21 17 0 133 27 106 124 52
Binary 10100111 11000101 10001 1111 0 1011011 10111 1000110 1010100 101010

Color Harmonies of #A7C511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C511

Black with #A7C511

Text Example


Text Example

White with #A7C511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C511; }

 p { color: rgb(167,197,17); }

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

background-color css

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

 a { background-color: rgb(167,197,17); }

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

border-color css

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

 span { border-color: rgb(167,197,17); }

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