Html Css Color HEX #A7C515 Bahia

📋 copy color: '#A7C515'

red 167 ◦ green 197 ◦ blue 21

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

Shades of Bahia #A7C515

Tints of Bahia #A7C515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.45%

R = 43.38%
G = 51.17%
B = 5.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#A7C515 (or 0xA7C515) is known color: Bahia. HEX triplet: A7, C5 and 15. RGB value is (167,197,21). Sum of RGB (Red+Green+Blue) = 167+197+21=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #A7C515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C515 is #583AEA. Grayscale: #A8A8A8. Windows color (decimal): -5782251 or 1426855. OLE color: 1426855.

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

Color convert

RGB 167 197 21 -
CMYK 0.15 0 0.89 0.23
HSL 70.23º 0.81% 0.43% -
HSV(B) 70.23º 0.89% 0.77% -
XYZ 36.04 48.2 8.11 -
YUV 167.97 45.06 127.31 -
System Red Green Blue C M Y K H S L
Decimal 167 197 21 0.15 0 0.89 0.23 70.23 0.81 0.43
Hex A7 C5 15 F 0 59 17 46 51 2B
Octal 247 305 25 17 0 131 27 106 121 53
Binary 10100111 11000101 10101 1111 0 1011001 10111 1000110 1010001 101011

Color Harmonies of #A7C515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C515

Black with #A7C515

Text Example


Text Example

White with #A7C515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C515; }

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

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

background-color css

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

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

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

border-color css

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

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

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