Html Css Color HEX #A7C513 Bahia

📋 copy color: '#A7C513'

red 167 ◦ green 197 ◦ blue 19

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

Shades of Bahia #A7C513

Tints of Bahia #A7C513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.96%

R = 43.6%
G = 51.44%
B = 4.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#A7C513 (or 0xA7C513) is known color: Bahia. HEX triplet: A7, C5 and 13. RGB value is (167,197,19). Sum of RGB (Red+Green+Blue) = 167+197+19=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #A7C513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C513 is #583AEC. Grayscale: #A8A8A8. Windows color (decimal): -5782253 or 1295783. OLE color: 1295783.

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

Color convert

RGB 167 197 19 -
CMYK 0.15 0 0.90 0.23
HSL 70.11º 0.82% 0.42% -
HSV(B) 70.11º 0.9% 0.77% -
XYZ 36.02 48.2 8.02 -
YUV 167.74 44.06 127.47 -
System Red Green Blue C M Y K H S L
Decimal 167 197 19 0.15 0 0.90 0.23 70.11 0.82 0.42
Hex A7 C5 13 F 0 5A 17 46 52 2A
Octal 247 305 23 17 0 132 27 106 122 52
Binary 10100111 11000101 10011 1111 0 1011010 10111 1000110 1010010 101010

Color Harmonies of #A7C513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C513

Black with #A7C513

Text Example


Text Example

White with #A7C513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C513; }

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

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

background-color css

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

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

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

border-color css

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

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

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